diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-28 17:49:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-28 17:49:41 +0000 |
commit | a76a2991080e34e008fa86f33e7da080d39d55f2 (patch) | |
tree | 347848b4b186027279750e43d2f0806d45dc37a6 /plugins/MirOTR/src/language.h | |
parent | 372254b05101da1df46a5701a1afca204e287234 (diff) |
MirOTR:
- unsafe strncat removed;
- verious perversions also removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@13884 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR/src/language.h')
-rw-r--r-- | plugins/MirOTR/src/language.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/MirOTR/src/language.h b/plugins/MirOTR/src/language.h index 64c4373251..ab93acfa5a 100644 --- a/plugins/MirOTR/src/language.h +++ b/plugins/MirOTR/src/language.h @@ -1,5 +1,7 @@ #pragma once +#define LANG_INLINE_PREFIX "[OTR INFO] " + #define LANG_START_OTR LPGEN("Start OTR") #define LANG_STOP_OTR LPGEN("Stop OTR") @@ -33,7 +35,6 @@ #define LANG_ENCRYPTION_ERROR LPGEN("OTR could not encrypt when sending message") #define LANG_OTR_INFO LPGEN("OTR Information") -#define LANG_INLINE_PREFIX LPGEN("[OTR INFO] ") #define LANG_FINGERPRINT_VERIFIED LPGEN("OTR encrypted session with '%s' is now using a VERIFIED fingerprint") #define LANG_FINGERPRINT_NOT_VERIFIED LPGEN("OTR encrypted session with '%s' is now using a NOT VERIFIED fingerprint") |