Update of /cvsroot/simspark/simspark/contrib/rsgedit
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv15130
Modified Files:
sparkcontext.cpp
Log Message:
- add 'Kinematic' entry to context menu
Index: sparkcontext.cpp
===================================================================
RCS file: /cvsroot/simspark/simspark/contrib/rsgedit/sparkcontext.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** sparkcontext.cpp 23 Jun 2007 14:04:23 -0000 1.5
--- sparkcontext.cpp 8 Jul 2007 13:42:47 -0000 1.6
***************
*** 113,116 ****
--- 113,118 ----
menu->AppendSeparator();
menu->Append(ID_CONTEXT_PROPERTIES, wxT("&Properties"));
+ menu->Append(ID_CONTEXT_KINEMATIC, wxT("&Kinematic"));
+
return menu;
|