Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4092 in orxonox.OLD


Ignore:
Timestamp:
May 6, 2005, 8:10:55 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: forgot one option….

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/gui/gui/gui.cc

    r4062 r4092  
    111111  // case update //
    112112#ifdef HAVE_CURL
    113   if (static_cast<Option*>(Window::mainWindow->findWidgetByName("auto update", 0))->value == 1)
     113  if (static_cast<Option*>(Window::mainWindow->findWidgetByName(CONFIG_NAME_AUTO_UPDATE, 0))->value == 1)
    114114    {
    115115      update->checkForUpdates();
Note: See TracChangeset for help on using the changeset viewer.