Use official name of Windows Server 2016.
Use the official name of Windows Server 2016 in wxGetOsDescription() and add it to the Windows versions table in the documentation.
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