Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 26, 2004, 11:24:41 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: now works for non-gtk-mode too.

File:
1 edited

Legend:

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

    r3296 r3297  
    118118  mainloopGTK();
    119119#else /* HAVE_GTK2 */
    120   PRINTF(0)(" Listing all the Orxonox Options: \n");
    121   PRINTF(0)("  #############################\n");
     120  PRINT(0)(" Listing all the Orxonox Options: \n");
     121  PRINT(0)("  #############################\n");
    122122  orxonoxGUI->walkThrough(orxonoxGUI->listOptions, 0);
    123123
    124   PRINTF(0)("\nDo you want me to save the the above values now? [Yn] ");
     124  PRINT(0)("\nDo you want me to save the the above values now? [Yn] ");
    125125  char c = getchar();
    126126  if ((c == 'y' || c == 'Y' || c== 10) && exec->shouldsave())
Note: See TracChangeset for help on using the changeset viewer.