]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/cocoa/aboutdlg.mm
Add wxEventLoop::ScheduleExit().
[wxWidgets.git] / src / osx / cocoa / aboutdlg.mm
index e7cb94b3f1a41c866d24c4b03aa26da733e02d5a..855fc9e259e7b317b9f5b9cca835682e7f6a641f 100644 (file)
@@ -81,7 +81,8 @@ void wxAboutBox(const wxAboutDialogInfo& info, wxWindow *parent)
         if ( info.HasVersion() )
         {
             opts.Set(CFSTR("Version"),info.GetVersion());
-            opts.Set(CFSTR("ApplicationVersion"),info.GetLongVersion());
+            if ( info.GetLongVersion() != (_("Version ")+info.GetVersion()))
+                opts.Set(CFSTR("ApplicationVersion"),info.GetLongVersion());
         }
 
         if ( info.HasCopyright() )