[ACPPAGE] Add windows ME to the Win98 selection item. Patch by Lee Schroeder. CORE...
authorMark Jansen <mark.jansen@reactos.org>
Thu, 21 Jul 2016 17:29:41 +0000 (17:29 +0000)
committerMark Jansen <mark.jansen@reactos.org>
Thu, 21 Jul 2016 17:29:41 +0000 (17:29 +0000)
svn path=/trunk/; revision=71975

reactos/dll/shellext/acppage/CLayerUIPropPage.cpp

index 6584a14..fccc123 100644 (file)
@@ -72,7 +72,7 @@ static struct {
     const PCWSTR Name;
 } g_CompatModes[] = {
     { L"Windows 95", L"WIN95" },
     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" },
     { L"Windows NT 4.0 (SP5)", L"NT4SP5" },
     { L"Windows 2000", L"WIN2000" },
     { L"Windows XP (SP2)", L"WINXPSP2" },