Resize control to allow wider string of polish translator and bug

Saibamen saibamenppl at gmail.com
Mon Aug 8 08:43:48 CDT 2011


27975

---
 dlls/comdlg32/cdlg_Pl.rc   |    3 ++-
 dlls/inetcpl.cpl/cpl_Pl.rc |   19 +++++++++++++++++++
 2 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/dlls/comdlg32/cdlg_Pl.rc b/dlls/comdlg32/cdlg_Pl.rc
index 38de732..5eb8305 100644
--- a/dlls/comdlg32/cdlg_Pl.rc
+++ b/dlls/comdlg32/cdlg_Pl.rc
@@ -2,6 +2,7 @@
  * Copyright 1995 Alexandre Julliard
  * Copyright 1997 Mikolaj Zalewski
  * Copyright 2004 Jacek Caban
+ * updated by Saibamen - Adam Stachowicz (saibamenppl at gmail.com) (August,
2011)
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -109,7 +110,7 @@ FONT 8, "MS Shell Dlg"
  PUSHBUTTON "&Opcje", psh1, 206, 46, 56, 14, WS_GROUP | WS_TABSTOP
  GROUPBOX "Orientacja", grp2, 6, 85, 100, 50, BS_GROUPBOX
  RADIOBUTTON "W p&ionie", rad3, 50, 100, 40, 12
- RADIOBUTTON "W po&ziomie", rad4, 50, 115, 40, 12
+ RADIOBUTTON "W po&ziomie", rad4, 50, 115, 48, 12
  ICON "LANDSCAP", stc10, 10, 95, 32, 32
  ICON "PORTRAIT", stc11, 10, 95, 32, 32
  GROUPBOX "Papier", grp3, 120, 85, 180, 50, BS_GROUPBOX
diff --git a/dlls/inetcpl.cpl/cpl_Pl.rc b/dlls/inetcpl.cpl/cpl_Pl.rc
index 42f4f38..9b544dd 100644
--- a/dlls/inetcpl.cpl/cpl_Pl.rc
+++ b/dlls/inetcpl.cpl/cpl_Pl.rc
@@ -2,6 +2,7 @@
  * Internet control panel applet
  *
  * Copyright 2010 =A3ukasz Wojni=B3owicz
+ * updated by Saibamen - Adam Stachowicz (saibamenppl at gmail.com) (August,
2011)
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -67,6 +68,24 @@ BEGIN

 END

+/* "Security" propsheet */
+IDD_SECURITY DIALOG  0, 0, 320, 220
+STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
+FONT 8, "MS Shell Dlg"
+CAPTION "Bezpiecze=F1stwo"
+BEGIN
+
+    CONTROL     "Listview", IDC_SEC_LISTVIEW, "SysListView32",
+                LVS_ICON | LVS_ALIGNLEFT | LVS_AUTOARRANGE | LVS_SINGLESEL
| LVS_SHOWSELALWAYS | WS_BORDER | WS_VSCROLL,
+                4, 4, 312, 58
+    LTEXT       "", IDC_SEC_ZONE_INFO, 4, 68, 312, 20
+    GROUPBOX    "", IDC_SEC_GROUP, 4, 88, 312, 126
+    CONTROL     "trackbar", IDC_SEC_TRACKBAR, "msctls_trackbar32",
+                TBS_VERT | TBS_AUTOTICKS | TBS_BOTH | TBS_REVERSED, 8, 98,
32, 100
+    LTEXT       "", IDC_SEC_LEVEL, 48, 102, 180, 12
+    LTEXT       "", IDC_SEC_LEVEL_INFO, 48, 114, 260, 80
+END
+
 /* "Content" propsheet */
 IDD_CONTENT DIALOG  0, 0, 320, 220
 STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
--=20
1.7.6.msysgit.0

--0016367f985eeae1c804aa002fcf
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable



More information about the wine-patches mailing list