Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3255 in orxonox.OLD


Ignore:
Timestamp:
Dec 23, 2004, 2:06:17 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: case sensitive :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/updater/src/gui/orxonox_gui_update.cc

    r3254 r3255  
    6161  updateWindowBox = new Box ('v');
    6262
    63   updateData = new Button ("update Orxonox::Data");
     63  updateData = new Button ("update orxonox::Data");
    6464
    6565#ifdef HAVE_GTK2
     
    6767#endif /* HAVE_GTK2 */
    6868
    69   updateSource = new Button ("update Orxonox::Source");
     69  updateSource = new Button ("update orxonox::Source");
    7070#ifdef HAVE_GTK2
    7171  updateSource->connectSignal("button_press_event", updateData, updateSourceFunc);
Note: See TracChangeset for help on using the changeset viewer.