[PATCH 6/9 (try2)] winecfg: Replace DirectSound settings with Driver Diagnostics

Alexandre Julliard julliard at winehq.org
Mon Sep 26 15:46:41 CDT 2011


Andrew Eikum <aeikum at codeweavers.com> writes:

> @@ -84,10 +84,11 @@ END
>  
>  STRINGTABLE
>  BEGIN
> -    IDS_ACCEL_FULL              "Full"
> -    IDS_ACCEL_STANDARD          "Standard"
> -    IDS_ACCEL_BASIC             "Basic"
> -    IDS_ACCEL_EMULATION         "Emulation"
> +    IDS_AUDIO_REG_SETTING "Registry driver setting: %s"
> +    IDS_AUDIO_REG_DEFAULT "(Default)"
> +    IDS_AUDIO_REG_DISABLED "(Disabled)"
> +    IDS_AUDIO_DRIVER "Selected driver: %s"
> +    IDS_AUDIO_DRIVER_NONE "(None)"

Showing the detected driver is a good thing, but we shouldn't need to
display the registry setting. The assumption is that users shouldn't
have to worry about this. If it's important enough to show in winecfg
then it has to be editable in winecfg too.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list