From 106bfc25789684926873adc8be03a471dda87b9c Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 29 Jul 2012 23:00:41 +0000 Subject: Msg_Export: translation patch from person git-svn-id: http://svn.miranda-ng.org/main/trunk@1267 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Msg_Export/src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/Msg_Export/src/main.cpp') diff --git a/plugins/Msg_Export/src/main.cpp b/plugins/Msg_Export/src/main.cpp index 1433bac97f..79e4b0bba4 100755 --- a/plugins/Msg_Export/src/main.cpp +++ b/plugins/Msg_Export/src/main.cpp @@ -194,13 +194,13 @@ int MainInit(WPARAM /*wparam*/,LPARAM /*lparam*/) if( bReplaceHistory ) { mi.position= 1000090000; - mi.pszName=Translate("View &History"); + mi.pszName=LPGEN("View &History"); mi.pszService=MS_HISTORY_SHOWCONTACTHISTORY; } else { mi.position = 1000090100; - mi.pszName=Translate("Open E&xported History"); + mi.pszName=LPGEN("Open E&xported History"); mi.pszService=MS_SHOW_EXPORT_HISTORY; } hOpenHistoryMenuItem = Menu_AddContactMenuItem(&mi); @@ -359,7 +359,7 @@ int __declspec(dllexport)Load() }*/ if( ! hServiceFunc ) - MessageBox( NULL , TranslateTS(_T("Failed to replace Miranda History.\r\nThis is most likely due to changes in Miranda.")) , MSG_BOX_TITEL , MB_OK ); + MessageBox( NULL , LPGENT("Failed to replace Miranda History.\r\nThis is most likely due to changes in Miranda.") , MSG_BOX_TITEL , MB_OK ); } if( ! hServiceFunc ) -- cgit v1.2.3