X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fae866418727b6ee9e524b754cd70a18e5b80c62..1a8e8d694bdcaec228f59a55f2aca1dfea0679db:/src/common/msgout.cpp?ds=sidebyside diff --git a/src/common/msgout.cpp b/src/common/msgout.cpp index ec85ee9c13..897414c21d 100644 --- a/src/common/msgout.cpp +++ b/src/common/msgout.cpp @@ -222,7 +222,7 @@ void wxMessageOutputMessageBox::Output(const wxString& str) wxString title; if ( wxTheApp ) - title.Printf(_("%s message"), wxTheApp->GetAppName().c_str()); + title.Printf(_("%s message"), wxTheApp->GetAppDisplayName().c_str()); ::wxMessageBox(out, title); }