Commit 90586893 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winecfg: Improve German About dialog.

parent c43968a6
......@@ -42,11 +42,11 @@ BEGIN
LTEXT "http://www.winehq.org/",IDC_STATIC,119,31,106,8
LTEXT "Diese Bibliothek ist freie Software; Sie drfen sie unter den Bedingungen der GNU Lesser General Public License, wie von der Free Software Foundation verffentlicht, weiterverteilen und/oder modifizieren; entweder gem Version 2.1 der Lizenz oder (nach Ihrer Option) jeder spteren Version.",
IDC_STATIC,119,44,124,72
GROUPBOX " Windows-Registrierungs-Informationen ", IDC_STATIC, 15, 110, 230, 55
LTEXT "&Eigentmer:", IDC_STATIC, 22, 126, 40, 20
EDITTEXT IDC_ABT_OWNER, 75, 126, 160, 13, ES_AUTOHSCROLL | WS_TABSTOP
LTEXT "&Organisation:", IDC_STATIC, 22, 140, 50, 20
EDITTEXT IDC_ABT_ORG, 75, 140, 160, 13, ES_AUTOHSCROLL | WS_TABSTOP
GROUPBOX " Windows-Registrierungs-Informationen ", IDC_STATIC, 15, 120, 230, 55
LTEXT "&Eigentmer:", IDC_STATIC, 22, 136, 40, 20
EDITTEXT IDC_ABT_OWNER, 75, 136, 160, 13, ES_AUTOHSCROLL | WS_TABSTOP
LTEXT "&Organisation:", IDC_STATIC, 22, 150, 50, 20
EDITTEXT IDC_ABT_ORG, 75, 150, 160, 13, ES_AUTOHSCROLL | WS_TABSTOP
END
IDD_APPCFG DIALOG DISCARDABLE 0, 0, 260, 250
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment