Compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -104,7 +104,7 @@ void wxMessageOutputMessageBox::Printf(const wxChar* format, ...)
|
||||
|
||||
wxString title;
|
||||
if ( wxTheApp )
|
||||
title.Printf(_("%s message"), wxTheApp->GetAppName().c_str());
|
||||
title.Printf(_T("%s message"), wxTheApp->GetAppName().c_str());
|
||||
|
||||
::wxMessageBox(out, title);
|
||||
}
|
||||
|
Reference in New Issue
Block a user