X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7d7cb80036e7cf1421d751f74528f660f9c90a33..eb087029329fab4b9d4d956b525eba752ee8d5e3:/src/osx/carbon/aboutdlg.cpp 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());