Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 22, 2005, 1:47:01 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: gui: typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/gui/gui/orxonox_gui_gtk.cc

    r3625 r3627  
    2525
    2626
     27#include "orxonox_gui_gtk.h"
     28
     29#include <stdarg.h>
    2730#include <iostream>
    28 
    29 #include "orxonox_gui_gtk.h"
    3031
    3132
     
    12161217#else /* HAVE_GTK2 */
    12171218  char tmpChar[20];
    1218   cout << "\nPlease give me a new value for " << this->title << " [0,1](defualt:" << this->defaultValue << "): ";
     1219  cout << "\nPlease give me a new value for " << this->title << " [0,1](default:" << this->defaultValue << "): ";
    12191220  cin >> tmpChar;
    12201221
     
    13101311#else /* HAVE_GTK2 */
    13111312  char tmpChar[20];
    1312   cout << "\nPlease give me a new value for " << this->title << " [" <<this->start << "-" << this->end << "](defualt:" << this->defaultValue << "): ";
     1313  cout << "\nPlease give me a new value for " << this->title << " [" <<this->start << "-" << this->end << "](default:" << this->defaultValue << "): ";
    13131314  cin >> tmpChar;
    13141315
     
    14811482#else /* HAVE_GTK2 */
    14821483  char tmpChar[20];
    1483   cout << "\nPlease give me a new value for " << this->title << "(defualt:" << this->defaultValue << "): ";
     1484  cout << "\nPlease give me a new value for " << this->title << "(default:" << this->defaultValue << "): ";
    14841485  cin >> tmpChar;
    14851486  this->value = atoi(tmpChar);
Note: See TracChangeset for help on using the changeset viewer.