diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-22 20:44:31 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-22 20:44:31 +0000 |
commit | 4b7c03000029ae55340bc0d1c4c296de917f9700 (patch) | |
tree | 5c458aee0a7d2a04698692b9d0abc9e82d195a66 /plugins/Clist_modern | |
parent | 2afffa0335123e7ceeb94835dc868a4577f5f044 (diff) |
links to miranda-im.org removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@1105 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern')
-rw-r--r-- | plugins/Clist_modern/src/hdr/modern_commonheaders.h | 2 | ||||
-rw-r--r-- | plugins/Clist_modern/src/init.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_modern/src/hdr/modern_commonheaders.h b/plugins/Clist_modern/src/hdr/modern_commonheaders.h index 2bacaba3b6..2d8a716d38 100644 --- a/plugins/Clist_modern/src/hdr/modern_commonheaders.h +++ b/plugins/Clist_modern/src/hdr/modern_commonheaders.h @@ -68,7 +68,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define CLINTERFACE static
#define PLUGININTERFACE extern "C" __declspec( dllexport )
-#define UPDATER_PATH "http://miranda-im.org/download/details.php?action=viewfile&id=3684"
+#define UPDATER_PATH "http://nightly.miranda.im/"
#include "m_stdhdr.h"
diff --git a/plugins/Clist_modern/src/init.cpp b/plugins/Clist_modern/src/init.cpp index 852c800064..a4b5a2d8c5 100644 --- a/plugins/Clist_modern/src/init.cpp +++ b/plugins/Clist_modern/src/init.cpp @@ -64,7 +64,7 @@ PLUGININFOEX pluginInfo = { "Artem Shpynov, Ricardo Pescuma Domenecci and Anton Senko based on clist_mw by Bethoven",
"ashpynov@gmail.com" ,
"Copyright 2000-2010 Miranda-IM project",
- "http://miranda-im.org/development",
+ "http://nightly.miranda.im/",
UNICODE_AWARE,
//{043909B6-AAD8-4d82-8EB5-9F64CFE867CD}
{0x43909b6, 0xaad8, 0x4d82, { 0x8e, 0xb5, 0x9f, 0x64, 0xcf, 0xe8, 0x67, 0xcd }}
|