Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 24, 2005, 2:34:16 AM (20 years ago)
Author:
bensch
Message:

orxonox/branches/updater: implemented advanced-Video-Options. Patrick I believe you will need them…
could not resist, during looking StarTreck TNG, after listening to graphical data processing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/updater/src/gui/orxonox_gui.cc

    r3318 r3379  
    6060  initGUI(argc, argv);
    6161
    62   orxonoxGUI = new Window( "Grafical OrxOnoX loader, "PACKAGE_VERSION);
     62  orxonoxGUI = new Window( "grafical orxonox loader, "PACKAGE_VERSION);
    6363 
    6464  Box* windowBox = new Box ('h');
     
    9393 
    9494  orxonoxGUI->fill(windowBox);
    95   flags->setTextFromFlags(orxonoxGUI);
    9695
    9796  // Reading Values from File
     
    102101    orxonoxGUI->walkThrough(Widget::flagCheck, argv[optCount], 0);
    103102
    104 
     103  flags->setTextFromFlags(orxonoxGUI);
    105104  orxonoxGUI->showall();
    106105
Note: See TracChangeset for help on using the changeset viewer.