Author: mjansen
Date: Thu Jul 21 17:29:41 2016
New Revision: 71975

URL: http://svn.reactos.org/svn/reactos?rev=71975&view=rev
Log:
[ACPPAGE] Add windows ME to the Win98 selection item. Patch by Lee Schroeder. 
CORE-11606 #resolve #comment Thanks!

Modified:
    trunk/reactos/dll/shellext/acppage/CLayerUIPropPage.cpp

Modified: trunk/reactos/dll/shellext/acppage/CLayerUIPropPage.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/acppage/CLayerUIPropPage.cpp?rev=71975&r1=71974&r2=71975&view=diff
==============================================================================
--- trunk/reactos/dll/shellext/acppage/CLayerUIPropPage.cpp     [iso-8859-1] 
(original)
+++ trunk/reactos/dll/shellext/acppage/CLayerUIPropPage.cpp     [iso-8859-1] 
Thu Jul 21 17:29:41 2016
@@ -72,7 +72,7 @@
     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" },


Reply via email to