comdlg32: Fix the Thai translation.

This commit is contained in:
Michael Stefaniuc 2008-05-27 23:54:22 +02:00 committed by Alexandre Julliard
parent 813a0dd3f1
commit eac99ca9a2
1 changed files with 5 additions and 2 deletions

View File

@ -139,8 +139,11 @@ FONT 8, "MS Shell Dlg"
LTEXT "ÊÕ:", stc4 ,6,110,30,9
COMBOBOX cmb4,6,120,84,100,CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED | CBS_HASSTRINGS |
CBS_AUTOHSCROLL | WS_BORDER | WS_VSCROLL | WS_TABSTOP
GROUPBOX "µÑÇÍÂèÒ§",grp2,98,72,160,49,WS_GROUP
CTEXT "AÚBC¡¢£",stc5,104,81,149,37,SS_NOPREFIX | NOT WS_VISIBLE
GROUPBOX "µÑÇÍÂèÒ§",grp2,98,72,120,36,WS_GROUP
CTEXT "AÚBC¡¢£",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
}