Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 21, 2004, 2:42:52 AM (21 years ago)
Author:
bensch
Message:

orxonox/branches/gui/guicc: flags now have the ability to update. (Main-Variables maid global to orxonox_gui)

File:
1 edited

Legend:

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

    r1996 r1997  
    99 
    1010  fullscreen = new CheckButton ("Fullscreen-mode");
    11   fullscreen->setFlagName ("fullscreen", "f", 1);
     11  fullscreen->setFlagName ("windowed", "q", 1);
    1212  videoBox->fill (fullscreen);
    1313  wireframe = new CheckButton ("WireFrame-mode");
Note: See TracChangeset for help on using the changeset viewer.