Mikołaj Zalewski : winhelp: Update Polish translation.

Alexandre Julliard julliard at winehq.org
Fri Feb 15 05:35:50 CST 2008


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

Author: Mikołaj Zalewski <mikolaj at zalewski.pl>
Date:   Wed Feb 13 11:41:21 2008 +0100

winhelp: Update Polish translation.

---

 programs/winhelp/Pl.rc |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/programs/winhelp/Pl.rc b/programs/winhelp/Pl.rc
index 1c90a0c..bc74dc2 100644
--- a/programs/winhelp/Pl.rc
+++ b/programs/winhelp/Pl.rc
@@ -51,6 +51,16 @@ MAIN_MENU MENU LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
  }
 }
 
+IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
+STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
+FONT 8, "MS Shell Dlg"
+CAPTION "Indeks"
+{
+    LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
+    PUSHBUTTON "&OK", IDOK, 40, 170, 50, 12
+    PUSHBUTTON "&Anuluj", IDCANCEL, 120, 170, 50, 12
+}
+
 /* Strings */
 STRINGTABLE DISCARDABLE LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
 {




More information about the wine-cvs mailing list