From 94e5f742581f4b670cdb6ca09c18c86ce05629a9 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 26 Jul 2012 22:53:10 +0000 Subject: 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 --- plugins/Clist_modern/res/resource.rc | 2 +- plugins/Clist_modern/src/hdr/modern_commonheaders.h | 2 +- plugins/Clist_modern/src/init.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/Clist_modern') 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 }} -- cgit v1.2.3