From ac99dacfb5e864ddd36bd9a37115f1b810f78c45 Mon Sep 17 00:00:00 2001 From: Mark Jansen Date: Thu, 21 Jul 2016 17:29:41 +0000 Subject: [PATCH] [ACPPAGE] Add windows ME to the Win98 selection item. Patch by Lee Schroeder. CORE-11606 #resolve #comment Thanks! svn path=/trunk/; revision=71975 --- reactos/dll/shellext/acppage/CLayerUIPropPage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/shellext/acppage/CLayerUIPropPage.cpp b/reactos/dll/shellext/acppage/CLayerUIPropPage.cpp index 6584a147782..fccc123f95f 100644 --- a/reactos/dll/shellext/acppage/CLayerUIPropPage.cpp +++ b/reactos/dll/shellext/acppage/CLayerUIPropPage.cpp @@ -72,7 +72,7 @@ static struct { const PCWSTR Name; } g_CompatModes[] = { { L"Windows 95", L"WIN95" }, - { L"Windows 98", L"WIN98" }, + { L"Windows 98/ME", L"WIN98" }, { L"Windows NT 4.0 (SP5)", L"NT4SP5" }, { L"Windows 2000", L"WIN2000" }, { L"Windows XP (SP2)", L"WINXPSP2" },