Update of /cvsroot/simspark/simspark/contrib/rsgedit
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv13770
Modified Files:
constants.h
Log Message:
- aded ID_CONTEXT_KINEMATIC constant
Index: constants.h
===================================================================
RCS file: /cvsroot/simspark/simspark/contrib/rsgedit/constants.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** constants.h 23 Jun 2007 13:36:28 -0000 1.9
--- constants.h 8 Jul 2007 13:39:15 -0000 1.10
***************
*** 63,67 ****
ID_LOG_CHANNEL_ERROR = (wxID_HIGHEST+39),
! ID_FILE_SAVE = (wxID_HIGHEST+40)
};
--- 63,68 ----
ID_LOG_CHANNEL_ERROR = (wxID_HIGHEST+39),
! ID_FILE_SAVE = (wxID_HIGHEST+40),
! ID_CONTEXT_KINEMATIC = (wxID_HIGHEST+41)
};
|