diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-03-27 21:28:49 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-03-27 21:28:49 +0000 |
commit | 171d9d47bbccf67edf73042eaab8eec616bd5efb (patch) | |
tree | 81ce037d36c5570a707b2892a47e78a1b87d8186 /plugins/MirOTR | |
parent | 637b1ad4a96f7d4dc3626508e218882e01bee1cf (diff) |
MirOTR:
-Added missing LPGENT
git-svn-id: http://svn.miranda-ng.org/main/trunk@12530 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR')
-rw-r--r-- | plugins/MirOTR/src/otr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirOTR/src/otr.h b/plugins/MirOTR/src/otr.h index dd80946aad..efa67f4aed 100644 --- a/plugins/MirOTR/src/otr.h +++ b/plugins/MirOTR/src/otr.h @@ -8,7 +8,7 @@ extern OtrlMessageAppOps ops; #define MIROTR_PROTO_HELLO "?OTRv23?" /* OTR link normally is https://otr.cypherpunks.ca/ but it's blocked by ICQ as of March 2015 (even something like "ot-r.cyp her_ pun ks. ca") It might be a good idea to use http://wikipedia.org/wiki/Off-the-Record_Messaging instead as it's not yet blocked by ICQ but might still help users to find a client/plugin */ -#define MIROTR_PROTO_HELLO_MSG _T(" has requested an Off-the-Record private conversation. However, you do not have a plugin to support that.\nSee http://wikipedia.org/wiki/Off-the-Record_Messaging for more information.") +#define MIROTR_PROTO_HELLO_MSG LPGENT(" has requested an Off-the-Record private conversation. However, you do not have a plugin to support that.\nSee http://wikipedia.org/wiki/Off-the-Record_Messaging for more information.") extern "C" { |