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:
@@ -364,9 +364,9 @@ bool wxTopLevelWindowOS2::CreateDialog(
|
||||
|
||||
if ( !m_hWnd )
|
||||
{
|
||||
wxFAIL_MSG(_("Did you forget to include wx/os2/wx.rc in your resources?"));
|
||||
wxFAIL_MSG(wxT("Did you forget to include wx/os2/wx.rc in your resources?"));
|
||||
|
||||
wxLogSysError(_("Can't create dialog using template '%ul'"), ulDlgTemplate);
|
||||
wxLogSysError(wxT("Can't create dialog using template '%ul'"), ulDlgTemplate);
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user