Huw Davies : wineconsole: Add English neutral translations.

Alexandre Julliard julliard at winehq.org
Tue Jul 7 08:08:22 CDT 2009


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

Author: Huw Davies <huw at codeweavers.com>
Date:   Mon Jul  6 17:18:33 2009 +0100

wineconsole: Add English neutral translations.

---

 programs/wineconsole/wineconsole_En.rc |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/programs/wineconsole/wineconsole_En.rc b/programs/wineconsole/wineconsole_En.rc
index a1c2173..c9b849a 100644
--- a/programs/wineconsole/wineconsole_En.rc
+++ b/programs/wineconsole/wineconsole_En.rc
@@ -134,3 +134,21 @@ FONT 8, "MS Shell Dlg"
 	PUSHBUTTON "OK", IDOK, 35, 45, 35, 12
 	PUSHBUTTON "Cancel", IDCANCEL, 80, 45, 35, 12
 }
+
+LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
+
+IDD_FONT DIALOG LOADONCALL MOVEABLE DISCARDABLE 36, 24, 140, 105
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION " Font "
+FONT 8, "MS Shell Dlg"
+{
+	LTEXT "&Font", -1, 5, 5, 24, 8
+	LISTBOX IDC_FNT_LIST_FONT, 5, 18, 90, 42, LBS_SORT|WS_VSCROLL
+	LTEXT "&Colour", -1, 100, 5, 50, 8
+	CONTROL "", IDC_FNT_COLOR_FG, "WineConColorPreview", 0L, 100, 18, 48, 16
+	CONTROL "", IDC_FNT_COLOR_BK, "WineConColorPreview", 0L, 100, 40, 48, 16
+	LTEXT "&Size", -1, 158, 5, 40, 8
+	LISTBOX IDC_FNT_LIST_SIZE, 158, 18, 40, 60, WS_VSCROLL
+	CONTROL "", IDC_FNT_PREVIEW, "WineConFontPreview", 0L, 5, 60, 109, 40
+	LTEXT "", IDC_FNT_FONT_INFO, 128, 76, 80, 18
+}




More information about the wine-cvs mailing list