Changeset 4944 in orxonox.OLD for orxonox/trunk/src/lib/gui
- Timestamp:
- Jul 23, 2005, 2:18:59 AM (19 years ago)
- Location:
- orxonox/trunk/src/lib/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/gui/gui_update.cc
r4836 r4944 265 265 266 266 dataInfo->fileName = "02%20orxonox%203.mp3"; 267 dataInfo->webRoot = "http://www.orxonox. ethz.ch/files/";267 dataInfo->webRoot = "http://www.orxonox.net/files/"; 268 268 dataInfo->localRoot = "./"; 269 269 PRINTF(4)("Preparing to download file %s.\n", dataInfo->fileName); -
orxonox/trunk/src/lib/gui/gui_update.h
r4836 r4944 38 38 39 39 bool getSystemInfo(); 40 40 41 41 // Window creation. 42 42 Frame* updateFrame; //!< The Frame that holds the updateOptions. … … 44 44 CheckButton* autoUpdate; //!< A Checkbutton to enable the automatic Updating. 45 45 46 46 47 47 Button* updateDataWindowButton; //!< A Button to update the Data of orxonox. 48 48 Window* updateDataWindow; //!< A Window for the data-update. … … 84 84 85 85 static CURL* curlHandle; 86 #ifdef HAVE_GTK2 86 #ifdef HAVE_GTK2 87 87 static gint cancelDownload(GtkWidget* w, GdkEventKey* event, void* bar); 88 #endif /* HAVE_GTK2 */ 88 #endif /* HAVE_GTK2 */ 89 89 static bool isDownloading; 90 90 static bool downloadCanceled; … … 95 95 static void* downloadThreadFinished(void* fileInfo); 96 96 97 97 98 98 #endif /* HAVE_CURL */ 99 99 … … 101 101 GuiUpdate(); 102 102 ~GuiUpdate(); 103 104 #ifdef HAVE_CURL 103 104 #ifdef HAVE_CURL 105 105 void updateDataWindowCreate(); 106 106 Button* updateDataWindowGetButton(); … … 110 110 111 111 bool* checkForUpdates(); 112 112 113 113 #endif /* HAVE_CURL */ 114 114
Note: See TracChangeset
for help on using the changeset viewer.