From a76a2991080e34e008fa86f33e7da080d39d55f2 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 28 May 2015 17:49:41 +0000 Subject: MirOTR: - unsafe strncat removed; - verious perversions also removed git-svn-id: http://svn.miranda-ng.org/main/trunk@13884 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirOTR/src/language.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/MirOTR/src/language.h') 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") -- cgit v1.2.3