From 44130e3c82ba02b17d32e92835edafdb17e25230 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 20 Jan 2013 18:26:53 +0000 Subject: - Another portion of _T replacement (patch from person) git-svn-id: http://svn.miranda-ng.org/main/trunk@3196 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FavContacts/src/main.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'plugins/FavContacts') diff --git a/plugins/FavContacts/src/main.cpp b/plugins/FavContacts/src/main.cpp index 98b54270d6..44a08b7ae5 100644 --- a/plugins/FavContacts/src/main.cpp +++ b/plugins/FavContacts/src/main.cpp @@ -94,11 +94,8 @@ bool CoreCheck() (g_mirandaVersion >= PLUGIN_MAKE_VERSION(1,0,0,0))) { MessageBoxA(0, - Translate( - "Favourite Contacts plugin was designed to be used with Miranda IM and Miranda NG only.\n" - "For use with any other application, please contact author.\n" - ), - "Favourite Contacts Error", + Translate("Favourite Contacts plugin was designed to be used with Miranda IM and Miranda NG only.\nFor use with any other application, please contact author.\n"), + Translate("Favourite Contacts Error"), MB_ICONSTOP|MB_OK); return false; } -- cgit v1.2.3