Rico Schüller : winhlp32: Fix German translation.

Alexandre Julliard julliard at winehq.org
Wed Dec 10 07:41:45 CST 2008


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

Author: Rico Schüller <kgbricola at web.de>
Date:   Tue Dec  9 21:56:51 2008 +0100

winhlp32: Fix German translation.

---

 programs/winhlp32/De.rc |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/programs/winhlp32/De.rc b/programs/winhlp32/De.rc
index 49cda6d..c8ee650 100644
--- a/programs/winhlp32/De.rc
+++ b/programs/winhlp32/De.rc
@@ -74,6 +74,14 @@ CAPTION "Index"
     LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
 }
 
+IDD_SEARCH DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
+STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
+FONT 8, "MS Shell Dlg"
+CAPTION "Suche"
+{
+    LTEXT  "Noch nicht implementiert", -1, 10, 10, 180, 150
+}
+
 /* Strings */
 
 STRINGTABLE DISCARDABLE LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL




More information about the wine-cvs mailing list