]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/aboutdlg.cpp
XRC spec: document wxRibbon* XRC handler.
[wxWidgets.git] / src / msw / aboutdlg.cpp
index 1259a214e75581293385d97fafc7b0e53dcaf1c6..5b100b81ae8fc849c3abd8918b47b7680dee7b68 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     implementation of wxAboutBox() for wxMSW
 // Author:      Vadim Zeitlin
 // Created:     2006-10-07
-// RCS-ID:      $Id$
 // Copyright:   (c) 2006 Vadim Zeitlin <vadim@wxwindows.org>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -62,7 +61,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
     {