[ros-diffs] [cfinck] 31918: - Disable the Greek setup pages as long as we don't have a CP737 font - Use the Greek keyboard layout, when selecting the "Greek" option requested by smiley1_ on IRC

cfinck at svn.reactos.org cfinck at svn.reactos.org
Mon Jan 21 16:22:04 CET 2008


Author: cfinck
Date: Mon Jan 21 18:22:03 2008
New Revision: 31918

URL: http://svn.reactos.org/svn/reactos?rev=31918&view=rev
Log:
- Disable the Greek setup pages as long as we don't have a CP737 font
- Use the Greek keyboard layout, when selecting the "Greek" option

requested by smiley1_ on IRC

Modified:
    trunk/reactos/base/setup/usetup/mui.c

Modified: trunk/reactos/base/setup/usetup/mui.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/usetup/mui.c?rev=31918&r1=31917&r2=31918&view=diff
==============================================================================
--- trunk/reactos/base/setup/usetup/mui.c (original)
+++ trunk/reactos/base/setup/usetup/mui.c Mon Jan 21 18:22:03 2008
@@ -138,13 +138,13 @@
     },
     {
         L"00000408",
-        L"00000409",
+        L"00000408",
         L"1253",
         L"737",
         L"10006",
         L"Greek",
-        elGRPages,
-        elGRErrorEntries
+        enUSPages, //elGRPages,
+        enUSErrorEntries //elGRErrorEntries
     },
     {
         L"0000040D",




More information about the Ros-diffs mailing list