From 8770cf2fdfd72c89260edfa924452e8ca7237d93 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Mon, 4 Feb 2013 21:00:59 +0000 Subject: translation fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@3427 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SmileyAdd/src/main.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/SmileyAdd') diff --git a/plugins/SmileyAdd/src/main.cpp b/plugins/SmileyAdd/src/main.cpp index a001b34dde..ea661ad69e 100644 --- a/plugins/SmileyAdd/src/main.cpp +++ b/plugins/SmileyAdd/src/main.cpp @@ -100,9 +100,7 @@ extern "C" __declspec(dllexport) int Load(void) mir_getLP(&pluginInfoEx); if (ServiceExists(MS_SMILEYADD_REPLACESMILEYS)) { - static const TCHAR errmsg[] = LPGENT("Only one instance of SmileyAdd could be executed.\n") - LPGENT("Remove duplicate instances from 'Plugins' directory"); - ReportError(TranslateTS(errmsg)); + ReportError(TranslateT("Only one instance of SmileyAdd could be executed.\nRemove duplicate instances from 'Plugins' directory")); return 1; } -- cgit v1.2.3