Commit 0d981655 authored by claes's avatar claes

ClassGraph method name changed to ObjectGraph

parent 87a5dd5c
/* /*
* Proview $Id: rt_trace.cpp,v 1.3 2007-11-22 08:50:11 claes Exp $ * Proview $Id: rt_trace.cpp,v 1.4 2007-11-30 08:21:48 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -477,8 +477,8 @@ void RtTrace::activate_open_classgraph() ...@@ -477,8 +477,8 @@ void RtTrace::activate_open_classgraph()
pwr_sAttrRef attrref = cdh_ObjidToAref( objid); pwr_sAttrRef attrref = cdh_ObjidToAref( objid);
(call_method_cb)( parent_ctx, (call_method_cb)( parent_ctx,
"$Object-OpenClassGraph", "$Object-OpenObjectGraph",
"$Object-OpenClassGraphFilter", "$Object-OpenObjectGraphFilter",
attrref, attrref,
xmenu_eItemType_Object, xmenu_eItemType_Object,
xmenu_mUtility_Trace, NULL); xmenu_mUtility_Trace, NULL);
......
/* /*
* Proview $Id: ge_dyn.cpp,v 1.57 2007-11-01 08:46:27 claes Exp $ * Proview $Id: ge_dyn.cpp,v 1.58 2007-11-30 08:20:23 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -8689,8 +8689,8 @@ int GePopupMenu::action( grow_tObject object, glow_tEvent event) ...@@ -8689,8 +8689,8 @@ int GePopupMenu::action( grow_tObject object, glow_tEvent event)
strcpy( filter, "$Object-OpenObjectFilter"); strcpy( filter, "$Object-OpenObjectFilter");
break; break;
case 7: case 7:
strcpy( method, "$Object-OpenClassGraph"); strcpy( method, "$Object-OpenObjectGraph");
strcpy( filter, "$Object-OpenClassGraphFilter"); strcpy( filter, "$Object-OpenObjectGraphFilter");
break; break;
case 18: case 18:
strcpy( method, "$Object-OpenCrossref"); strcpy( method, "$Object-OpenCrossref");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment