diff options
Diffstat (limited to 'plugins/Msg_Export/src/main.cpp')
| -rwxr-xr-x | plugins/Msg_Export/src/main.cpp | 6 | 
1 files changed, 3 insertions, 3 deletions
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 )
  | 
