git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52458
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
opts.Set(kHIAboutBoxNameKey, info.GetName());
if ( info.HasVersion() )
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());
if ( info.HasCopyright() )
opts.Set(kHIAboutBoxCopyrightKey, info.GetCopyright());