Merge branch 'os_version'
Make strings returned by wxGetOsDescription() more readable for the users.
This commit is contained in:
@@ -1226,7 +1226,7 @@ wxString wxGetOsDescription()
|
||||
|
||||
case 10:
|
||||
str = wxIsWindowsServer() == 1
|
||||
? _("Windows Server 10")
|
||||
? _("Windows Server 2016")
|
||||
: _("Windows 10");
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user