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

Alexandre Julliard julliard at wine.codeweavers.com
Fri Nov 24 06:19:17 CST 2006


Module: wine
Branch: master
Commit: 22209db865ab31addaa609b49567e74a575ceb3d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=22209db865ab31addaa609b49567e74a575ceb3d

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu Nov 23 21:49:43 2006 +0100

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

---

 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 9659e03..b890e80 100644
--- a/dlls/comdlg32/cdlg_Pt.rc
+++ b/dlls/comdlg32/cdlg_Pt.rc
@@ -142,7 +142,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
 }




More information about the wine-cvs mailing list