Changeset 3627 in orxonox.OLD for orxonox/trunk/src/lib
- Timestamp:
- Mar 22, 2005, 1:47:01 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/gui/gui/orxonox_gui_gtk.cc
r3625 r3627 25 25 26 26 27 #include "orxonox_gui_gtk.h" 28 29 #include <stdarg.h> 27 30 #include <iostream> 28 29 #include "orxonox_gui_gtk.h"30 31 31 32 … … 1216 1217 #else /* HAVE_GTK2 */ 1217 1218 char tmpChar[20]; 1218 cout << "\nPlease give me a new value for " << this->title << " [0,1](def ualt:" << this->defaultValue << "): ";1219 cout << "\nPlease give me a new value for " << this->title << " [0,1](default:" << this->defaultValue << "): "; 1219 1220 cin >> tmpChar; 1220 1221 … … 1310 1311 #else /* HAVE_GTK2 */ 1311 1312 char tmpChar[20]; 1312 cout << "\nPlease give me a new value for " << this->title << " [" <<this->start << "-" << this->end << "](def ualt:" << this->defaultValue << "): ";1313 cout << "\nPlease give me a new value for " << this->title << " [" <<this->start << "-" << this->end << "](default:" << this->defaultValue << "): "; 1313 1314 cin >> tmpChar; 1314 1315 … … 1481 1482 #else /* HAVE_GTK2 */ 1482 1483 char tmpChar[20]; 1483 cout << "\nPlease give me a new value for " << this->title << "(def ualt:" << this->defaultValue << "): ";1484 cout << "\nPlease give me a new value for " << this->title << "(default:" << this->defaultValue << "): "; 1484 1485 cin >> tmpChar; 1485 1486 this->value = atoi(tmpChar);
Note: See TracChangeset
for help on using the changeset viewer.