Changeset 4092 in orxonox.OLD for orxonox/trunk
- Timestamp:
- May 6, 2005, 8:10:55 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/gui/gui/gui.cc
r4062 r4092 111 111 // case update // 112 112 #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) 114 114 { 115 115 update->checkForUpdates();
Note: See TracChangeset
for help on using the changeset viewer.