removed translations where not needed (backported to 2.4)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2002-12-19 23:43:33 +00:00
parent 119d4544ed
commit 79ebf0e9df
7 changed files with 10 additions and 15 deletions

View File

@@ -310,9 +310,9 @@ bool wxTopLevelWindowMSW::CreateDialog(const void *dlgTemplate,
if ( !m_hWnd )
{
wxFAIL_MSG(_("Failed to create dialog. Incorrect DLGTEMPLATE?"));
wxFAIL_MSG(wxT("Failed to create dialog. Incorrect DLGTEMPLATE?"));
wxLogSysError(_("Can't create dialog using memory template"));
wxLogSysError(wxT("Can't create dialog using memory template"));
return FALSE;
}