Changeset 2635 in orxonox.OLD for orxonox/trunk/gui/orxonox_gui_exec.cc
- Timestamp:
- Oct 23, 2004, 9:34:14 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/gui/orxonox_gui_exec.cc
r2634 r2635 185 185 if ((groupWidget = locateGroup (widget, Buffer, 1))==NULL) 186 186 { 187 cout << " the input " << Buffer << "does not belong to any group\n";187 cout << "!!There is no group called " << Buffer << " in this GUI.\n First best Widget will get the Infos assigned.\n Config-File will be updated in next Save\n"; 188 188 groupWidget = widget; 189 189 }
Note: See TracChangeset
for help on using the changeset viewer.