Module: wine Branch: refs/heads/master Commit: b7cfc3ba636c6e9fdc9aec3e823f479d57c64147 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=b7cfc3ba636c6e9fdc9aec3e...
Author: Henning Gerhardt henning.gerhardt@web.de Date: Mon Apr 10 22:27:27 2006 +0200
winecfg: Update German resource.
---
programs/winecfg/De.rc | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/programs/winecfg/De.rc b/programs/winecfg/De.rc index aabba0d..66d7caa 100644 --- a/programs/winecfg/De.rc +++ b/programs/winecfg/De.rc @@ -166,7 +166,11 @@ BEGIN GROUPBOX " DirectSound ",IDC_STATIC,8,205,244,60 LTEXT "Hardware Beschleunigung: ", IDC_STATIC,15,215,90,10 COMBOBOX IDC_DSOUND_HW_ACCEL,105,213,140,70,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP - CONTROL "Treiber Emulation",IDC_DSOUND_DRV_EMUL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,230,230,10 + LTEXT "Abtastrate:",IDC_STATIC,15,232,70,8 + COMBOBOX IDC_DSOUND_RATES,90,230,42,76,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP + LTEXT "Bits pro Abtastung:",IDC_STATIC,137,232,80,8 + COMBOBOX IDC_DSOUND_BITS,220,230,30,56,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP + CONTROL "Treiber Emulation",IDC_DSOUND_DRV_EMUL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,250,230,10 END
IDD_DESKTOP_INTEGRATION DIALOG DISCARDABLE 0, 0, 260, 250