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