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

This commit is contained in:
Francois Gouget 2006-11-23 21:49:43 +01:00 committed by Alexandre Julliard
parent 4e2a8b5b66
commit 22209db865

View file

@ -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
}