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 --- protocols/IRCG/commandmonitor.cpp | 2 +- protocols/IRCG/irc.h | 4 ++-- protocols/IRCG/ircproto.cpp | 2 +- protocols/IRCG/version.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'protocols/IRCG') diff --git a/protocols/IRCG/commandmonitor.cpp b/protocols/IRCG/commandmonitor.cpp index fd06e542b9..5ec96c61e6 100644 --- a/protocols/IRCG/commandmonitor.cpp +++ b/protocols/IRCG/commandmonitor.cpp @@ -837,7 +837,7 @@ bool CIrcProto::IsCTCP( const CIrcMessage* pmsg ) // incoming SOURCE else if (pmsg->m_bIncoming && command == _T("source")) { - PostIrcMessage( _T("/NOTICE %s \001SOURCE Get Miranda IRC here: http://nightly.miranda.im/ \001"), pmsg->prefix.sNick.c_str()); + PostIrcMessage( _T("/NOTICE %s \001SOURCE Get Miranda IRC here: http://miranda-ng.org/ \001"), pmsg->prefix.sNick.c_str()); TCHAR temp[300]; mir_sntprintf( temp, SIZEOF(temp), TranslateT("CTCP SOURCE requested by %s"), pmsg->prefix.sNick.c_str()); diff --git a/protocols/IRCG/irc.h b/protocols/IRCG/irc.h index fedaef74e3..9fe6584d87 100644 --- a/protocols/IRCG/irc.h +++ b/protocols/IRCG/irc.h @@ -87,8 +87,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define IRC_UM_DISCONNECT "/UMenuDisconnect" #define IRC_UM_IGNORE "/UMenuIgnore" -#define STR_QUITMESSAGE "\002Miranda NG!\002 Smaller, Faster, Easier. http://nightly.miranda.im/" -#define STR_USERINFO "I'm a happy Miranda NG user! Get it here: http://nightly.miranda.im/" +#define STR_QUITMESSAGE "\002Miranda NG!\002 Smaller, Faster, Easier. http://miranda-ng.org/" +#define STR_USERINFO "I'm a happy Miranda NG user! Get it here: http://miranda-ng.org/" #define STR_AWAYMESSAGE "I'm away from the computer." // Default away #define DCCSTRING " (DCC)" #define SERVERSMODULE "IRC Servers" diff --git a/protocols/IRCG/ircproto.cpp b/protocols/IRCG/ircproto.cpp index bd399e53a0..b81880247e 100644 --- a/protocols/IRCG/ircproto.cpp +++ b/protocols/IRCG/ircproto.cpp @@ -267,7 +267,7 @@ int CIrcProto::OnModulesLoaded( WPARAM, LPARAM ) } else { if ( IDYES == MessageBox(0,TranslateT("The IRC protocol depends on another plugin called \'Chat\'\n\nDo you want to download it from the Miranda NG web site now?"),TranslateT("Information"),MB_YESNO|MB_ICONINFORMATION )) - CallService( MS_UTILS_OPENURL, 1, (LPARAM) "http://nightly.miranda.im/"); + CallService( MS_UTILS_OPENURL, 1, (LPARAM) "http://miranda-ng.org/"); } TCHAR szTemp[MAX_PATH]; diff --git a/protocols/IRCG/version.h b/protocols/IRCG/version.h index 0e625487a2..85ed0dd450 100644 --- a/protocols/IRCG/version.h +++ b/protocols/IRCG/version.h @@ -9,7 +9,7 @@ #define __AUTHOR "Miranda team" #define __AUTHOREMAIL "ghazan@miranda-im.org" #define __COPYRIGHT "c 2003-2011 Jurgen Persson, George Hazan" -#define __AUTHORWEB "http://www.miranda-im.org" +#define __AUTHORWEB "http://miranda-ng.org/" #define __PLUGIN_NAME "IRC protocol" #define __FILENAME "IRC.dll" -- cgit v1.2.3