Michael Stefaniuc : comdlg32: Fix the Thai translation.

Alexandre Julliard julliard at winehq.org
Wed May 28 04:56:59 CDT 2008


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Tue May 27 23:54:22 2008 +0200

comdlg32: Fix the Thai translation.

---

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

diff --git a/dlls/comdlg32/cdlg_Th.rc b/dlls/comdlg32/cdlg_Th.rc
index 28e6cef..68fb297 100644
--- a/dlls/comdlg32/cdlg_Th.rc
+++ b/dlls/comdlg32/cdlg_Th.rc
@@ -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
 }
 
 




More information about the wine-cvs mailing list