Update of /cvsroot/simspark/simspark/contrib/rsgedit
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv5026
Modified Files:
constants.h
Log Message:
- define ID_SIM_STEP
Index: constants.h
===================================================================
RCS file: /cvsroot/simspark/simspark/contrib/rsgedit/constants.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** constants.h 17 May 2007 17:49:23 -0000 1.6
--- constants.h 15 Jun 2007 09:44:28 -0000 1.7
***************
*** 34,37 ****
--- 34,38 ----
ID_SIM_START = (wxID_HIGHEST+10),
ID_SIM_PAUSE = (wxID_HIGHEST+11),
+ ID_SIM_STEP = (wxID_HIGHEST+12),
ID_VIEW_LOG = (wxID_HIGHEST+20),
|