From 0c585fc454be53dbb02a34227bea7c990a7b14d3 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Tue, 1 Jul 2014 19:31:24 +0000 Subject: these strings do not need to be translated git-svn-id: http://svn.miranda-ng.org/main/trunk@9639 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirFox/src/MirandaUtils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/MirFox/src/MirandaUtils.cpp') diff --git a/plugins/MirFox/src/MirandaUtils.cpp b/plugins/MirFox/src/MirandaUtils.cpp index 1ae3f43c14..944e21c371 100644 --- a/plugins/MirFox/src/MirandaUtils.cpp +++ b/plugins/MirFox/src/MirandaUtils.cpp @@ -239,7 +239,7 @@ void MirandaUtils::sendMessage(ActionThreadArgStruct* args, MFENUM_SEND_MESSAGE_ } if(ServiceExists(MS_POPUP_ADDPOPUPCLASS)) { - ShowClassPopupT("MirFox_Notify", TranslateT("MirFox"), buffer); + ShowClassPopupT("MirFox_Notify", _T("MirFox"), buffer); } else { PUShowMessageT(buffer, SM_NOTIFY); } @@ -461,7 +461,7 @@ void MirandaUtils::setStatusOnAccount(ActionThreadArgStruct* args) } if(ServiceExists(MS_POPUP_ADDPOPUPCLASS)) { - ShowClassPopupT("MirFox_Notify", TranslateT("MirFox"), buffer); + ShowClassPopupT("MirFox_Notify", _T("MirFox"), buffer); } else { PUShowMessageT(buffer, SM_NOTIFY); } -- cgit v1.2.3