diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-26 22:53:10 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-26 22:53:10 +0000 |
commit | 94e5f742581f4b670cdb6ca09c18c86ce05629a9 (patch) | |
tree | 9ba37e2846378a23360379cf0bdb1fac154e49d4 /plugins/Clist_modern | |
parent | 2c6fdda841bfff2425a29c17a0a52a9aa189db42 (diff) |
Miranda homepage link in plugininfo is changed to http://miranda-ng.org/
git-svn-id: http://svn.miranda-ng.org/main/trunk@1206 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern')
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 2 | ||||
-rw-r--r-- | plugins/Clist_modern/src/hdr/modern_commonheaders.h | 2 | ||||
-rw-r--r-- | plugins/Clist_modern/src/init.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index 601d76e7e8..fe91229a29 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -535,7 +535,7 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,151,196,10
GROUPBOX "MetaContacts stuff",IDC_FRAME_META,2,81,218,101
GROUPBOX "Additional stuff",IDC_FRAME_META2,2,12,218,65
- CTEXT "For other stuff MetaContacts plugin should be loaded.\n\nhttp://nightly.miranda.im",IDC_FRAME_META_CAPT,11,94,201,26,NOT WS_VISIBLE
+ CTEXT "For other stuff MetaContacts plugin should be loaded.\n\nhttp://miranda-ng.org",IDC_FRAME_META_CAPT,11,94,201,26,NOT WS_VISIBLE
CONTROL "Allow internal requesting of away message text",IDC_DISCOVER_AWAYMSG,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,38,201,10
EDITTEXT IDC_SUBINDENT,154,163,35,12,ES_NUMBER
diff --git a/plugins/Clist_modern/src/hdr/modern_commonheaders.h b/plugins/Clist_modern/src/hdr/modern_commonheaders.h index 2d8a716d38..0fd21dffd8 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://nightly.miranda.im/"
+#define UPDATER_PATH "http://miranda-ng.org/"
#include "m_stdhdr.h"
diff --git a/plugins/Clist_modern/src/init.cpp b/plugins/Clist_modern/src/init.cpp index a4b5a2d8c5..4d3fb7229f 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://nightly.miranda.im/",
+ "http://miranda-ng.org/",
UNICODE_AWARE,
//{043909B6-AAD8-4d82-8EB5-9F64CFE867CD}
{0x43909b6, 0xaad8, 0x4d82, { 0x8e, 0xb5, 0x9f, 0x64, 0xcf, 0xe8, 0x67, 0xcd }}
|