[Gcblue-commits] gcb_wx/include/common wxcommands.h,1.14,1.15
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-06-14 21:53:29
|
Update of /cvsroot/gcblue/gcb_wx/include/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3244/include/common Modified Files: wxcommands.h Log Message: Index: wxcommands.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/wxcommands.h,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** wxcommands.h 27 Apr 2004 01:24:14 -0000 1.14 --- wxcommands.h 14 Jun 2004 21:52:47 -0000 1.15 *************** *** 34,37 **** --- 34,38 ---- ID_DATABASEVIEW = 30, ///< switch to database view (not implemented yet) ID_OPTIONSVIEW = 40, ///< switch to options view + ID_DISPLAYSETTINGS = 42, ///< switch to display settings view ID_SCENARIOSELECTVIEW = 50, ///< switch to scenario select view ID_MULTIPLAYERVIEW = 60, ///< switch to multiplayer view |