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 /protocols/IRCG/irc.h | |
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 'protocols/IRCG/irc.h')
-rw-r--r-- | protocols/IRCG/irc.h | 4 |
1 files changed, 2 insertions, 2 deletions
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"
|