X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7d7cb80036e7cf1421d751f74528f660f9c90a33..411a1c35ff2e9be0bef6e2997f00dded357f2906:/src/osx/carbon/aboutdlg.cpp?ds=sidebyside diff --git a/src/osx/carbon/aboutdlg.cpp b/src/osx/carbon/aboutdlg.cpp index bbe9f1f8f3..51b40889b0 100644 --- a/src/osx/carbon/aboutdlg.cpp +++ b/src/osx/carbon/aboutdlg.cpp @@ -69,10 +69,7 @@ void wxAboutBox(const wxAboutDialogInfo& info, wxWindow *parent) opts.Set(kHIAboutBoxNameKey, info.GetName()); if ( info.HasVersion() ) - { - opts.Set(kHIAboutBoxVersionKey, - wxString::Format(_("Version %s"), info.GetVersion())); - } + opts.Set(kHIAboutBoxVersionKey,info.GetLongVersion()); if ( info.HasCopyright() ) opts.Set(kHIAboutBoxCopyrightKey, info.GetCopyrightToDisplay());