comdlg32: Moved a FIXME out of the user-visible string.

Francois Gouget fgouget at codeweavers.com
Thu Nov 23 14:49:43 CST 2006


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

diff --git a/dlls/comdlg32/cdlg_Pt.rc b/dlls/comdlg32/cdlg_Pt.rc
index 541c179..51878b7 100644
--- a/dlls/comdlg32/cdlg_Pt.rc
+++ b/dlls/comdlg32/cdlg_Pt.rc
@@ -248,7 +248,8 @@ FONT 8, "MS Shell Dlg"
 		    CBS_AUTOHSCROLL |  WS_BORDER | WS_VSCROLL | WS_TABSTOP
     GROUPBOX        "Exemplo",grp2,98,72,120,36,WS_GROUP
     CTEXT           "AaBbYyZz",stc5,103,80,109,24,SS_NOPREFIX | NOT WS_VISIBLE
-    LTEXT           "Scr&ipt (translate):",stc7 ,98,114,80,9
+    /* FIXME: Translate */
+    LTEXT           "Scr&ipt:",stc7 ,98,114,80,9
     COMBOBOX        cmb5,98,124,120,90,CBS_DROPDOWNLIST | CBS_HASSTRINGS |
 		    CBS_AUTOHSCROLL |   WS_VSCROLL | WS_TABSTOP
 }
-- 
1.4.3.3




More information about the wine-patches mailing list