Module: wine Branch: master Commit: 8c63754d67e90952a0eca77e6a8b21be0d981f81 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8c63754d67e90952a0eca77e6a...
Author: Marcus Meissner marcus@jet.franken.de Date: Sun Mar 30 00:07:30 2008 +0100
shell32: Adjusted German about dialog for changes in English one.
---
dlls/shell32/shell32_De.rc | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/dlls/shell32/shell32_De.rc b/dlls/shell32/shell32_De.rc index de1e191..73068d4 100644 --- a/dlls/shell32/shell32_De.rc +++ b/dlls/shell32/shell32_De.rc @@ -143,10 +143,12 @@ CAPTION "Informationen FONT 10, "MS Shell Dlg" { DEFPUSHBUTTON "OK", IDOK, 153, 133, 50, 12, WS_TABSTOP + PUSHBUTTON "&Lizenz...", IDC_ABOUT_LICENSE, 153, 113, 50, 12, WS_TABSTOP LISTBOX IDC_ABOUT_LISTBOX, 8, 65, 137, 82, LBS_NOTIFY | WS_VSCROLL | WS_BORDER ICON "", stc1, 10, 10, 30, 30 LTEXT "", IDC_ABOUT_STATIC_TEXT1, 40, 10, 137, 10 LTEXT "", IDC_ABOUT_STATIC_TEXT2, 40, 22, 137, 10 + LTEXT "Wine Version %s", IDC_ABOUT_STATIC_TEXT3, 40, 34, 170, 10 LTEXT "WINE wurde f�r Sie gekeltert von:", IDC_ABOUT_WINE_TEXT, 8, 55, 137, 10 }