diff options
author | George Hazan <george.hazan@gmail.com> | 2012-10-01 12:57:17 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-10-01 12:57:17 +0000 |
commit | 5e64645f8c037b482c5f75d48300ccdac92ebb02 (patch) | |
tree | db898e588007ee12614f0b42d5c6761f596624cf /plugins/PluginUpdater/src/Common.h | |
parent | 4d52c4f9c25fd47d1ab49a5f9606395c78e7d962 (diff) |
- update URL moved to the options dialog;
git-svn-id: http://svn.miranda-ng.org/main/trunk@1742 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/src/Common.h')
-rw-r--r-- | plugins/PluginUpdater/src/Common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/Common.h b/plugins/PluginUpdater/src/Common.h index 110e32234d..adb92c447f 100644 --- a/plugins/PluginUpdater/src/Common.h +++ b/plugins/PluginUpdater/src/Common.h @@ -97,7 +97,8 @@ struct PlugOptions #define DEFAULT_PERIOD 1
#define DEFAULT_PERIODMEASURE 1
-#define DEFAULT_UPDATE_URL "http://miranda-ng.org/distr/stable/x%platform%"
+#define DEFAULT_UPDATE_URL "http://miranda-ng.org/distr/stable/x%platform%"
+#define DEFAULT_UPDATE_URL_TRUNK "http://miranda-ng.org/distr/x%platform%"
#define IDINFO 3
#define IDDOWNLOAD 4
|