commdlg: add English neutral colo[u]r names

Huw D M Davies h.davies1 at physics.ox.ac.uk
Mon Jul 4 09:23:23 CDT 2005


        Huw Davies <huw at codeweavers.com>
        Add English neutral version of IDS_COLOR_GRAY
-- 
Huw Davies
huw at codeweavers.com
Index: dlls/commdlg/cdlg_En.rc
===================================================================
RCS file: /home/wine/wine/dlls/commdlg/cdlg_En.rc,v
retrieving revision 1.39
diff -u -p -r1.39 cdlg_En.rc
--- dlls/commdlg/cdlg_En.rc	14 Feb 2005 11:12:30 -0000	1.39
+++ dlls/commdlg/cdlg_En.rc	4 Jul 2005 14:20:21 -0000
@@ -541,3 +541,24 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "&Define Custom Colours >>", 719/*1025*/,   4, 150, 142, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON  "&i",713,300,200,4,14   /* just a dummy:  'i' is  like  &i  in "sol&id"  */
 }
+
+STRINGTABLE DISCARDABLE /* Color names */
+{
+    IDS_COLOR_BLACK     "Black"
+    IDS_COLOR_MAROON    "Maroon"
+    IDS_COLOR_GREEN     "Green"
+    IDS_COLOR_OLIVE     "Olive"
+    IDS_COLOR_NAVY      "Navy"
+    IDS_COLOR_PURPLE    "Purple"
+    IDS_COLOR_TEAL      "Teal"
+    IDS_COLOR_GRAY      "Grey"
+    IDS_COLOR_SILVER    "Silver"
+    IDS_COLOR_RED       "Red"
+    IDS_COLOR_LIME      "Lime"
+    IDS_COLOR_YELLOW    "Yellow"
+    IDS_COLOR_BLUE      "Blue"
+    IDS_COLOR_FUCHSIA   "Fuchsia"
+    IDS_COLOR_AQUA      "Aqua"
+    IDS_COLOR_WHITE     "White"
+}
+



More information about the wine-patches mailing list