[PATCH] comctl32: add greek resources (resend)

Lei Zhang thestig at google.com
Wed Aug 22 17:29:06 CDT 2007


Hi,

Apostolos Alexiadis (djapal at gmail.com) sent several copies of this
patch, but none of them were in the right format. I sent him the
proper patch (attached) and asked him to send it to wine-patches, but
he never did. So here it is.
-------------- next part --------------
From aa73de03b1ff7f4677921b3ca2941fb945b855f3 Mon Sep 17 00:00:00 2001
From: Lei Zhang <thestig at google.com>
Date: Mon, 20 Aug 2007 10:29:33 -0700
Subject: [PATCH] comctl32: add greek resources
---
 dlls/comctl32/comctl_El.rc |   87 ++++++++++++++++++++++++++++++++++++++++++++
 dlls/comctl32/rsrc.rc      |    1 +
 2 files changed, 88 insertions(+), 0 deletions(-)

diff --git a/dlls/comctl32/comctl_El.rc b/dlls/comctl32/comctl_El.rc
new file mode 100644
index 0000000..a226e37
--- /dev/null
+++ b/dlls/comctl32/comctl_El.rc
@@ -0,0 +1,87 @@
+/*
+ * Copyright 2007 Apostolos Alexiadis (djapal at gmail.com)
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+LANGUAGE LANG_GREEK, SUBLANG_DEFAULT
+
+IDD_PROPSHEET DIALOG DISCARDABLE 0, 0, 220, 140
+STYLE DS_CONTEXTHELP | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
+CAPTION "????????? ??? %s"
+FONT 8, "MS Shell Dlg"
+BEGIN
+  DEFPUSHBUTTON "OK",     IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
+  PUSHBUTTON    "???????", IDCANCEL,58,122,50,14
+  PUSHBUTTON    "&????????", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
+  PUSHBUTTON    "???????",   IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
+  CONTROL       "Tab",    IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
+END
+
+
+IDD_WIZARD DIALOG DISCARDABLE 0, 0, 290, 159
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
+CAPTION "??????"
+FONT 8, "MS Shell Dlg"
+BEGIN
+  PUSHBUTTON    "< &???????????", IDC_BACK_BUTTON,71,138,50,14
+  DEFPUSHBUTTON "&??????? >", IDC_NEXT_BUTTON,121,138,50,14
+  DEFPUSHBUTTON "??????????",  IDC_FINISH_BUTTON,121,138,50,14
+  PUSHBUTTON    "???????",  IDCANCEL,178,138,50,14
+  PUSHBUTTON    "???????",    IDHELP,235,138,50,14,WS_GROUP
+  LTEXT         "",        IDC_SUNKEN_LINE,7,129,278,1,SS_SUNKEN
+  CONTROL       "Tab",     IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS | WS_DISABLED,7,7,258,5
+  LTEXT	        "",        IDC_SUNKEN_LINEHEADER,0,35,290,1,SS_LEFT | SS_SUNKEN | WS_CHILD | WS_VISIBLE
+END
+
+
+IDD_TBCUSTOMIZE DIALOG DISCARDABLE 10, 20, 357, 125
+STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION "??????????????? ?????? ?????????"
+FONT 8, "MS Shell Dlg"
+BEGIN
+  DEFPUSHBUTTON "&????????",     IDCANCEL,308,6,44,14
+  PUSHBUTTON    "R&eset",     IDC_RESET_BTN,308,23,44,14
+  PUSHBUTTON    "&???????",      IDC_HELP_BTN,308,40,44,14
+  PUSHBUTTON    "?????????? &????",   IDC_MOVEUP_BTN,308,74,44,14
+  PUSHBUTTON    "?????????? &????", IDC_MOVEDN_BTN,308,91,44,14
+  LTEXT         "?&???????? ???????:", -1,4,5,84,10
+  LISTBOX       IDC_AVAILBTN_LBOX,4,17,120,100, LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
+  PUSHBUTTON    "&???????? ->",    IDOK, 131, 42, 44, 14
+  PUSHBUTTON    "<- &????????", IDC_REMOVE_BTN,131,62,44,14
+  LTEXT         "&??????? ?????? ?????????:", -1,182,5,78,10
+  LISTBOX       IDC_TOOLBARBTN_LBOX, 182,17,120,100,LBS_NOTIFY | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
+END
+
+STRINGTABLE DISCARDABLE
+{
+    IDS_CLOSE    "????????"
+}
+
+STRINGTABLE DISCARDABLE
+{
+    IDM_TODAY    "??????:"
+    IDM_GOTODAY  "???????? ??? ????????"
+}
+
+STRINGTABLE DISCARDABLE
+{
+    IDS_SEPARATOR "???????????"
+}
+
+STRINGTABLE DISCARDABLE
+{
+    HKY_NONE "??????"
+}
diff --git a/dlls/comctl32/rsrc.rc b/dlls/comctl32/rsrc.rc
index e769123..c65af39 100644
--- a/dlls/comctl32/rsrc.rc
+++ b/dlls/comctl32/rsrc.rc
@@ -1196,6 +1196,7 @@ #include "comctl_Bg.rc"
 #include "comctl_Cn.rc"
 #include "comctl_Cs.rc"
 #include "comctl_De.rc"
+#include "comctl_El.rc"
 #include "comctl_En.rc"
 #include "comctl_Eo.rc"
 #include "comctl_Es.rc"
-- 
1.4.1


More information about the wine-patches mailing list