///////////////////////////////////////////////////////////////////////////////
-// Name: mac/carbon/aboutdlg.cpp
+// Name: src/osx/carbon/aboutdlg.cpp
// Purpose: native wxAboutBox() implementation for wxMac
// Author: Vadim Zeitlin
// Created: 2006-10-08
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());