QTfrontend/hwform.cpp
branch0.9.18
changeset 7933 223b3a195474
parent 7927 a96614777ce6
child 8048 e14daa2508fc
child 8049 133e22b5c410
--- a/QTfrontend/hwform.cpp	Fri Nov 02 00:03:56 2012 +0100
+++ b/QTfrontend/hwform.cpp	Fri Nov 02 00:06:11 2012 +0100
@@ -100,7 +100,6 @@
 #ifdef __APPLE__
 #include "M3Panel.h"
 #ifdef SPARKLE_ENABLED
-#define SPARKLE_APPCAST_URL "http://www.hedgewars.org/download/appcast.xml"
 #include "SparkleAutoUpdater.h"
 #endif
 #endif
@@ -152,7 +151,7 @@
 #ifdef SPARKLE_ENABLED
     AutoUpdater* updater;
 
-    updater = new SparkleAutoUpdater(SPARKLE_APPCAST_URL);
+    updater = new SparkleAutoUpdater();
     if (updater && config->isAutoUpdateEnabled())
         updater->checkForUpdates();
 #endif