summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mir_core/src/winver.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mir_core/src/winver.cpp b/src/mir_core/src/winver.cpp
index 15b70343a3..07faca4d1c 100644
--- a/src/mir_core/src/winver.cpp
+++ b/src/mir_core/src/winver.cpp
@@ -324,6 +324,9 @@ MIR_CORE_DLL(BOOL) GetOSDisplayString(wchar_t *buf, size_t bufSize)
case PRODUCT_WEB_SERVER:
ret.Append(L"Web Server Edition");
break;
+ case PRODUCT_CORE_SINGLELANGUAGE:
+ ret.Append(L"Home Single Language");
+ break;
}
if (sysInfo.wProcessorArchitecture == PROCESSOR_ARCHITECTURE_AMD64)
ret.Append(L", 64-bit");