Use official name of Windows Server 2016.
Use the official name of Windows Server 2016 in wxGetOsDescription().
This commit is contained in:
committed by
Tobias Taschner
parent
6cf902b407
commit
a75d5298b7
@@ -1336,7 +1336,7 @@ wxString wxGetOsDescription()
|
|||||||
|
|
||||||
case 10:
|
case 10:
|
||||||
str = wxIsWindowsServer() == 1
|
str = wxIsWindowsServer() == 1
|
||||||
? _("Windows Server 10")
|
? _("Windows Server 2016")
|
||||||
: _("Windows 10");
|
: _("Windows 10");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user