typo: return Win98, not 99, from wxGetOSDescription()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d76419bd54
commit
a46a73a677
@ -588,7 +588,7 @@ wxString wxGetOsDescription()
|
||||
|
||||
case VER_PLATFORM_WIN32_WINDOWS:
|
||||
str.Printf(_("Windows 9%c"),
|
||||
info.dwMinorVersion == 0 ? _T('5') : _T('9'));
|
||||
info.dwMinorVersion == 0 ? _T('5') : _T('8'));
|
||||
if ( !wxIsEmpty(info.szCSDVersion) )
|
||||
{
|
||||
str << _T(" (") << info.szCSDVersion << _T(')');
|
||||
|
Loading…
Reference in New Issue
Block a user