diff --git a/src/common/msgout.cpp b/src/common/msgout.cpp index 0d03ccc7c1..dbe3786d91 100755 --- a/src/common/msgout.cpp +++ b/src/common/msgout.cpp @@ -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); }