Update of /cvsroot/simspark/simspark/contrib/rsgedit
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv6021
Modified Files:
constants.h
Log Message:
- added ID_TAB_STARTSCRIPT constant
Index: constants.h
===================================================================
RCS file: /cvsroot/simspark/simspark/contrib/rsgedit/constants.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** constants.h 8 Jul 2007 14:23:43 -0000 1.11
--- constants.h 8 Jul 2007 14:42:09 -0000 1.12
***************
*** 67,71 ****
ID_TAB_CLOSE = (wxID_HIGHEST+50),
! ID_TAB_CLOSE_OTHER = (wxID_HIGHEST+51)
};
--- 67,72 ----
ID_TAB_CLOSE = (wxID_HIGHEST+50),
! ID_TAB_CLOSE_OTHER = (wxID_HIGHEST+51),
! ID_TAB_STARTSCRIPT = (wxID_HIGHEST+52)
};
|