From: Markus R. <rol...@us...> - 2007-07-15 10:13:10
|
Update of /cvsroot/simspark/simspark/contrib/rsgedit In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv21829 Modified Files: constants.h Log Message: - added constants ID_FILE_SAVEAS and ID_FILE_NEW Index: constants.h =================================================================== RCS file: /cvsroot/simspark/simspark/contrib/rsgedit/constants.h,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** constants.h 8 Jul 2007 14:42:09 -0000 1.12 --- constants.h 15 Jul 2007 10:13:06 -0000 1.13 *************** *** 65,68 **** --- 65,70 ---- ID_FILE_SAVE = (wxID_HIGHEST+40), ID_CONTEXT_KINEMATIC = (wxID_HIGHEST+41), + ID_FILE_SAVEAS = (wxID_HIGHEST+42), + ID_FILE_NEW = (wxID_HIGHEST+43), ID_TAB_CLOSE = (wxID_HIGHEST+50), |