From a75d5298b7c1c14e4b1f7c6b5c0ff4e14ed79792 Mon Sep 17 00:00:00 2001 From: Tobias Taschner Date: Thu, 20 Aug 2015 15:59:36 +0200 Subject: [PATCH] Use official name of Windows Server 2016. Use the official name of Windows Server 2016 in wxGetOsDescription(). --- src/msw/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msw/utils.cpp b/src/msw/utils.cpp index c7dafc6ea9..d84b94f560 100644 --- a/src/msw/utils.cpp +++ b/src/msw/utils.cpp @@ -1336,7 +1336,7 @@ wxString wxGetOsDescription() case 10: str = wxIsWindowsServer() == 1 - ? _("Windows Server 10") + ? _("Windows Server 2016") : _("Windows 10"); break; }