Andrew Eikum aeikum@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.