diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-26 09:04:25 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-26 09:04:25 +0000 |
commit | c6f47d98012741a69fd92a459a55a69542d187cc (patch) | |
tree | aea58751e21ef4da4b9c14c001ffcf2ccc42d900 /protocols/JabberG/jabber.h | |
parent | a888470aca49bdc701d6d386259e8c5898e1bb2f (diff) |
jabber caps changed to http://miranda-ng.org part 2
git-svn-id: http://svn.miranda-ng.org/main/trunk@1191 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/jabber.h')
-rw-r--r-- | protocols/JabberG/jabber.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/jabber.h b/protocols/JabberG/jabber.h index 48921da689..363cf2fb7d 100644 --- a/protocols/JabberG/jabber.h +++ b/protocols/JabberG/jabber.h @@ -129,7 +129,7 @@ protected: #define JABBER_IQID "mir_"
#define JABBER_MAX_JID_LEN 1024
-#define JABBER_GC_MSG_QUIT LPGENT("I'm happy Miranda NG user. Get it at http://nightly.miranda.im/.")
+#define JABBER_GC_MSG_QUIT LPGENT("I'm happy Miranda NG user. Get it at http://miranda-ng.org/.")
#define JABBER_GC_MSG_SLAP LPGENT("/me slaps %s around a bit with a large trout")
// registered db event types
|