]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/msgout.cpp
compilation fix after argv changes
[wxWidgets.git] / src / common / msgout.cpp
index ec85ee9c13b5d85b5a24ecad97bbfc09106d6a64..897414c21d9e0eaff738f7a3543eaad263b11b59 100644 (file)
@@ -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);
 }