Changeset 1996 in orxonox.OLD for orxonox/branches/gui/guicc/orxonox_gui_exec.cc
- Timestamp:
- Jun 21, 2004, 2:11:32 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/gui/guicc/orxonox_gui_exec.cc
r1983 r1996 11 11 execBox->fill (saveSettings); 12 12 verboseMode = new Menu ("verbose mode", "no output", "verbose", "debug", "lastItem"); 13 verboseMode->setFlagName ("verbose" );13 verboseMode->setFlagName ("verbose", "v", 0); 14 14 execBox->fill (verboseMode); 15 15 alwaysShow = new CheckButton ("Always Show this Menu"); 16 alwaysShow->setFlagName (" verbose");16 alwaysShow->setFlagName ("gui", "g", 0); 17 17 execBox->fill (alwaysShow); 18 18 quit = new Button ("Quit");
Note: See TracChangeset
for help on using the changeset viewer.