diff options
author | René Schümann <white06tiger@gmail.com> | 2015-03-26 20:42:04 +0000 |
---|---|---|
committer | René Schümann <white06tiger@gmail.com> | 2015-03-26 20:42:04 +0000 |
commit | e3dac6207e1bc1c0194e236a058a5eef12627d2c (patch) | |
tree | 2d3cf5af79a301f5511cb72c537daf430779577d /plugins/MirOTR/src/language.h | |
parent | b2f75299d07e7dd789c62584e034aba712e21735 (diff) |
MirOTR: cleaned-up our OTR messages and other string stuff (such as using mir_strncpy instead of unsafe strncpy)
git-svn-id: http://svn.miranda-ng.org/main/trunk@12512 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR/src/language.h')
-rw-r--r-- | plugins/MirOTR/src/language.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/MirOTR/src/language.h b/plugins/MirOTR/src/language.h index 7cbc127b1d..a64c2e0b31 100644 --- a/plugins/MirOTR/src/language.h +++ b/plugins/MirOTR/src/language.h @@ -35,13 +35,6 @@ #define LANG_OTR_INFO LPGEN("OTR Information") #define LANG_INLINE_PREFIX LPGEN("[OTR INFO] ") -#define LANG_SMP_AUTH_FROM LPGEN("Authentication from %s") -#define LANG_SMP_AUTH LPGEN("Authenticate %s") - -#define LANG_UNKNOWN LPGEN("Unknown") -#define LANG_OTR_USERMESSAGE LPGEN("OTR: %s (%s)") -#define LANG_OTR_NOTIFY LPGEN("OTR %s (%s)") - #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") |