opts.Set(kHIAboutBoxNameKey, info.GetName());
if ( info.HasVersion() )
- opts.Set(kHIAboutBoxVersionKey, info.GetVersion());
+ {
+ opts.Set(kHIAboutBoxVersionKey,
+ wxString::Format(_("Version %s"), info.GetVersion()));
+ }
if ( info.HasCopyright() )
opts.Set(kHIAboutBoxCopyrightKey, info.GetCopyright());