Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3146 in orxonox.OLD for orxonox/trunk/gui/orxonox_gui_flags.cc


Ignore:
Timestamp:
Dec 11, 2004, 2:08:43 PM (21 years ago)
Author:
bensch
Message:

orxonox/trunk/gui: minor fixes, typo and gtk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/gui/orxonox_gui_flags.cc

    r2605 r3146  
    7777    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, "")))
    7878      {
    79         if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(shortFlags->widget)))
     79        if (shortFlags->isActive())
    8080          {
    8181            strcat (flagText, " -");
Note: See TracChangeset for help on using the changeset viewer.