Use official name of Windows Server 2016.

Use the official name of Windows Server 2016 in wxGetOsDescription().
This commit is contained in:
Tobias Taschner
2015-08-20 15:59:36 +02:00
committed by Tobias Taschner
parent 6cf902b407
commit a75d5298b7

View File

@@ -1336,7 +1336,7 @@ wxString wxGetOsDescription()
case 10:
str = wxIsWindowsServer() == 1
? _("Windows Server 10")
? _("Windows Server 2016")
: _("Windows 10");
break;
}