]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/aboutdlg.cpp
Don't redefine symbols already defined in latest MinGW headers.
[wxWidgets.git] / src / msw / aboutdlg.cpp
index 1259a214e75581293385d97fafc7b0e53dcaf1c6..85244776113f85432665f7c9ccea0a5c7be2a6d2 100644 (file)
@@ -62,7 +62,7 @@ void wxAboutBox(const wxAboutDialogInfo& info, wxWindow* parent)
         // add everything remaining
         msg << info.GetDescriptionAndCredits();
 
-        wxMessageBox(msg, wxString::Format(_("About %s"), name, wxOK | wxCENTRE, parent));
+        wxMessageBox(msg, wxString::Format(_("About %s"), name), wxOK | wxCENTRE, parent);
     }
     else // simple "native" version is not enough
     {