Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
0d981655
Commit
0d981655
authored
Nov 30, 2007
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ClassGraph method name changed to ObjectGraph
parent
87a5dd5c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
src/lib/rt/src/rt_trace.cpp
src/lib/rt/src/rt_trace.cpp
+3
-3
xtt/lib/ge/src/ge_dyn.cpp
xtt/lib/ge/src/ge_dyn.cpp
+3
-3
No files found.
src/lib/rt/src/rt_trace.cpp
View file @
0d981655
/*
* 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.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -477,8 +477,8 @@ void RtTrace::activate_open_classgraph()
pwr_sAttrRef
attrref
=
cdh_ObjidToAref
(
objid
);
(
call_method_cb
)(
parent_ctx
,
"$Object-Open
Class
Graph"
,
"$Object-Open
Class
GraphFilter"
,
"$Object-Open
Object
Graph"
,
"$Object-Open
Object
GraphFilter"
,
attrref
,
xmenu_eItemType_Object
,
xmenu_mUtility_Trace
,
NULL
);
...
...
xtt/lib/ge/src/ge_dyn.cpp
View file @
0d981655
/*
* Proview $Id: ge_dyn.cpp,v 1.5
7 2007-11-01 08:46:27
claes Exp $
* Proview $Id: ge_dyn.cpp,v 1.5
8 2007-11-30 08:20:23
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -8689,8 +8689,8 @@ int GePopupMenu::action( grow_tObject object, glow_tEvent event)
strcpy
(
filter
,
"$Object-OpenObjectFilter"
);
break
;
case
7
:
strcpy
(
method
,
"$Object-Open
Class
Graph"
);
strcpy
(
filter
,
"$Object-Open
Class
GraphFilter"
);
strcpy
(
method
,
"$Object-Open
Object
Graph"
);
strcpy
(
filter
,
"$Object-Open
Object
GraphFilter"
);
break
;
case
18
:
strcpy
(
method
,
"$Object-OpenCrossref"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment