git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9064
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
case VER_PLATFORM_WIN32_WINDOWS:
str.Printf(_("Windows 9%c"),
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(')');
if ( !wxIsEmpty(info.szCSDVersion) )
{
str << _T(" (") << info.szCSDVersion << _T(')');