From: Markus R. <rol...@us...> - 2007-07-08 14:24:49
|
Update of /cvsroot/simspark/simspark/contrib/rsgedit In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv31050 Modified Files: constants.h Log Message: - ID_TAB_CLOSE and ID_TAB_CLOSE_OTHER constant Index: constants.h =================================================================== RCS file: /cvsroot/simspark/simspark/contrib/rsgedit/constants.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** constants.h 8 Jul 2007 13:39:15 -0000 1.10 --- constants.h 8 Jul 2007 14:23:43 -0000 1.11 *************** *** 64,68 **** ID_FILE_SAVE = (wxID_HIGHEST+40), ! ID_CONTEXT_KINEMATIC = (wxID_HIGHEST+41) }; --- 64,71 ---- ID_FILE_SAVE = (wxID_HIGHEST+40), ! ID_CONTEXT_KINEMATIC = (wxID_HIGHEST+41), ! ! ID_TAB_CLOSE = (wxID_HIGHEST+50), ! ID_TAB_CLOSE_OTHER = (wxID_HIGHEST+51) }; |