[commit] r1370 - trunk/GME/Gme
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Mon Jun 20 08:43:25 CDT 2011
Author: ksmyth
Date: Mon Jun 20 08:43:25 2011
New Revision: 1370
Log:
Add View menu items to toggle display of panes when model is open (follow-up to r1321)
Modified:
trunk/GME/Gme/GME.rc
Modified: trunk/GME/Gme/GME.rc
==============================================================================
--- trunk/GME/Gme/GME.rc Fri Jun 17 17:41:02 2011 (r1369)
+++ trunk/GME/Gme/GME.rc Mon Jun 20 08:43:25 2011 (r1370)
@@ -349,6 +349,13 @@
END
MENUITEM "&Status Bar", ID_VIEW_STATUS_BAR
MENUITEM "&Full Screen", ID_VIEW_FULLSCREEN
+ MENUITEM SEPARATOR
+ MENUITEM "GME Browser", ID_VIEW_GMEBROWSER
+ MENUITEM "Object Inspector", ID_VIEW_OBJECTINSPECTOR
+ MENUITEM "Part Browser", ID_VIEW_PARTBROWSER
+ MENUITEM "Panning Window", ID_VIEW_PANNWIN
+ MENUITEM "Console", ID_VIEW_CONSOLE
+ MENUITEM "Search", ID_VIEW_SEARCH
END
POPUP "&Tools"
BEGIN
More information about the gme-commit
mailing list