]> 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 473158c6b886c56994c4c99a391185d671b9c94d..1d8823b816cf5db8db493d271b73b07d379598ec 100644 (file)
@@ -26,6 +26,7 @@
 #if wxUSE_ABOUTDLG
 
 #ifndef WX_PRECOMP
+    #include "wx/msgdlg.h"
 #endif //WX_PRECOMP
 
 #include "wx/aboutdlg.h"
@@ -57,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
     {