Changeset 3146 in orxonox.OLD for orxonox/trunk/gui/orxonox_gui_flags.cc
- Timestamp:
- Dec 11, 2004, 2:08:43 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/gui/orxonox_gui_flags.cc
r2605 r3146 77 77 if (static_cast<Option*>(widget)->value != static_cast<Option*>(widget)->default_value && (strcmp (static_cast<Option*>(widget)->flag_name, "") || strcmp (static_cast<Option*>(widget)->flag_name_short, ""))) 78 78 { 79 if ( gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(shortFlags->widget)))79 if (shortFlags->isActive()) 80 80 { 81 81 strcat (flagText, " -");
Note: See TracChangeset
for help on using the changeset viewer.