X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7d55cdc03363881d8566973282de9257f670aaec..eaf6274cc01dec5faebd88d9cd06c17a462d32c5:/src/common/msgout.cpp diff --git a/src/common/msgout.cpp b/src/common/msgout.cpp index dbe3786d91..e6a079969e 100755 --- a/src/common/msgout.cpp +++ b/src/common/msgout.cpp @@ -32,6 +32,7 @@ #include "wx/string.h" #include "wx/ffile.h" #include "wx/app.h" + #include "wx/intl.h" #if wxUSE_GUI #include "wx/msgdlg.h" #endif // wxUSE_GUI @@ -104,7 +105,7 @@ void wxMessageOutputMessageBox::Printf(const wxChar* format, ...) wxString title; if ( wxTheApp ) - title.Printf(_T("%s message"), wxTheApp->GetAppName().c_str()); + title.Printf(_("%s message"), wxTheApp->GetAppName().c_str()); ::wxMessageBox(out, title); }