diff options
author | Robert Pösel <robyer@seznam.cz> | 2017-08-05 23:54:54 +0200 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2017-08-05 23:55:36 +0200 |
commit | 3d83ecaa9d232e89efec9202eac48ca1565a8b02 (patch) | |
tree | da16133b5d65440b2ede43258f12b31b11adbd46 /protocols/JabberG/src/stdafx.h | |
parent | 61fe560212e26da1cb25380ad265f19d3b10d3ed (diff) |
Change rest of Miranda NG links to https://
Diffstat (limited to 'protocols/JabberG/src/stdafx.h')
-rw-r--r-- | protocols/JabberG/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h index 55bec5bc71..c5b440f7e2 100644 --- a/protocols/JabberG/src/stdafx.h +++ b/protocols/JabberG/src/stdafx.h @@ -170,7 +170,7 @@ protected: #define JABBER_IQID "mir_"
#define JABBER_MAX_JID_LEN 1024
-#define JABBER_GC_MSG_QUIT LPGENW("I'm happy Miranda NG user. Get it at http://miranda-ng.org/.")
+#define JABBER_GC_MSG_QUIT LPGENW("I'm happy Miranda NG user. Get it at https://miranda-ng.org/.")
#define JABBER_GC_MSG_SLAP LPGENW("/me slaps %s around a bit with a large trout")
#define JABBER_SERVER_URL "https://xmpp.net/services.php"
|