summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/PluginUpdater/src')
-rw-r--r--plugins/PluginUpdater/src/Common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/PluginUpdater/src/Common.h b/plugins/PluginUpdater/src/Common.h
index e06b04a089..b2c8173b46 100644
--- a/plugins/PluginUpdater/src/Common.h
+++ b/plugins/PluginUpdater/src/Common.h
@@ -102,9 +102,9 @@ struct PlugOptions
#define DEFAULT_PERIODMEASURE 1
#ifdef WIN64
- #define DEFAULT_UPDATE_URL "http://www.miranda-ng.org/x64"
+ #define DEFAULT_UPDATE_URL "http://miranda-ng.org/x64"
#else
- #define DEFAULT_UPDATE_URL "http://www.miranda-ng.org/x32"
+ #define DEFAULT_UPDATE_URL "http://miranda-ng.org/x32"
#endif
#define IDINFO 3