]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/aboutdlg.cpp
check that the version of __sync_sub_and_fetch that returns a value is supported...
[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
     {