]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/aboutdlg.cpp
don't create m_dottedPen with an invalid 0 style which results in an assert under MSW
[wxWidgets.git] / src / msw / aboutdlg.cpp
index f951d791137644784818c207640b6e77e2534e3a..1d8823b816cf5db8db493d271b73b07d379598ec 100644 (file)
@@ -58,7 +58,7 @@ void wxAboutBox(const wxAboutDialogInfo& info)
         // add everything remaining
         msg << info.GetDescriptionAndCredits();
 
-        wxMessageBox(msg, _T("About ") + name);
+        wxMessageBox(msg, _("About ") + name);
     }
     else // simple "native" version is not enough
     {