X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fae866418727b6ee9e524b754cd70a18e5b80c62..5e60a12a069e1e7e8213d41c8d3243e7d3b0913e:/src/common/msgout.cpp 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); }