Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 18, 2004, 7:15:46 PM (21 years ago)
Author:
bensch
Message:

orxonox/branches/gui/guicc: added setFlagName

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/gui/guicc/orxonox_gui_exec.cc

    r1980 r1983  
    1111  execBox->fill (saveSettings);
    1212  verboseMode = new Menu ("verbose mode", "no output", "verbose", "debug", "lastItem");
     13  verboseMode->setFlagName ("verbose");
    1314  execBox->fill (verboseMode);
    1415  alwaysShow = new CheckButton ("Always Show this Menu");
     16  alwaysShow->setFlagName ("verbose");
    1517  execBox->fill (alwaysShow);
    1618  quit = new Button ("Quit");
Note: See TracChangeset for help on using the changeset viewer.