Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 26, 2004, 5:56:18 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: walkThrough is better now.

File:
1 edited

Legend:

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

    r3263 r3292  
    102102  exec->readFromFile (orxonoxGUI);
    103103
    104   //  orxonoxGUI->walkThrough(orxonoxGUI->listOptions);
    105 
    106104  orxonoxGUI->showall ();
    107105
     
    110108  mainloopGTK();
    111109#else /* HAVE_GTK2 */
    112   cout << " Listing all the Orxonox Options: \n";
    113   cout << "  #############################\n";
    114   orxonoxGUI->walkThrough(orxonoxGUI->listOptions);
     110  PRINTF(0)(" Listing all the Orxonox Options: \n");
     111  PRINTF(0)("  #############################\n");
     112  orxonoxGUI->walkThrough(orxonoxGUI->listOptions, 0);
    115113
    116   cout << "\nDo you want me to save the the above values now? [Yn] ";
     114  PRINTF(0)("\nDo you want me to save the the above values now? [Yn] ");
    117115  char c = getchar();
    118116  if ((c == 'y' || c == 'Y' || c== 10) && exec->shouldsave())
Note: See TracChangeset for help on using the changeset viewer.