comdlg32: Remove the font sample characters string.

Francois Gouget fgouget at free.fr
Wed Jan 18 03:12:25 CST 2012


The sample text does not depend on the dialog language but on the scripts supported by the font. As such translating it in the resource file makes no sense.
---

I checked that it does not impact the way the dialog works.

Note that this will cause conflicts with my PO patches if applied before 
them :-( But it does neatly solve the translation issues caused by that 
string.

 dlls/comdlg32/comdlg32.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/comdlg32/comdlg32.rc b/dlls/comdlg32/comdlg32.rc
index 56d84aa..d1f95b5 100644
--- a/dlls/comdlg32/comdlg32.rc
+++ b/dlls/comdlg32/comdlg32.rc
@@ -264,7 +264,7 @@ FONT 8, "MS Shell Dlg"
     COMBOBOX        cmb4,6,124,84,100,CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED | CBS_HASSTRINGS |
 		    CBS_AUTOHSCROLL |  WS_BORDER | WS_VSCROLL | WS_TABSTOP
     GROUPBOX        "Sample",grp2,98,72,120,36,WS_GROUP
-    CTEXT           "AaBbYyZz",stc5,103,80,109,24,SS_NOPREFIX | NOT WS_VISIBLE
+    CTEXT           "",stc5,103,80,109,24,SS_NOPREFIX | NOT WS_VISIBLE
     LTEXT           "Scr&ipt:",stc7 ,98,114,40,9
     COMBOBOX        cmb5,98,124,120,90,CBS_DROPDOWNLIST | CBS_HASSTRINGS |
 		    CBS_AUTOHSCROLL |   WS_VSCROLL | WS_TABSTOP
-- 
1.7.7.3



More information about the wine-patches mailing list