Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 26, 2004, 3:58:55 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: label → this→title (now setTitle makes at least some sense)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/updater/src/gui/orxonox_gui_gtk.h

    r3289 r3290  
    7878  //! defines isOption states
    7979  enum option { containerType = -2, boxType = -1, nothingType = 0, boolType = 1, intType = 2};
    80   char* label;                      //!< The name of the Widget. Some do display it, Options need it to save;
     80  char* title;                      //!< The name of the Widget. Some do display it, Options need it to save;
    8181};
    8282
Note: See TracChangeset for help on using the changeset viewer.