diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-02-04 21:00:59 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-02-04 21:00:59 +0000 |
commit | 8770cf2fdfd72c89260edfa924452e8ca7237d93 (patch) | |
tree | 858beee255006b2d92c9ba3dacb3074176732c18 /plugins/SmileyAdd/src | |
parent | 28460edc8790705f2d7c9b2d30817bea626d0922 (diff) |
translation fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@3427 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SmileyAdd/src')
-rw-r--r-- | plugins/SmileyAdd/src/main.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
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;
}
|