light.msstyles: Add Menu stub class.
Fix DTS Master Audio Suite save file button can not be clicked. The application queries for Vista+ Menu class because Wine's default system version is set to Windows 7. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52667 Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
48075d2a08
commit
2b86208f8c
|
@ -398,6 +398,10 @@ BLUE_INI TEXTFILE
|
|||
"FillColor = 255 255 255\r\n"
|
||||
"BorderColor = 174 174 174\r\n"
|
||||
|
||||
"\r\n; Menu\r\n"
|
||||
"[Menu]\r\n"
|
||||
"BgType = None\r\n"
|
||||
|
||||
"\r\n; Progress\r\n"
|
||||
"[Progress]\r\n"
|
||||
"ProgressChunkSize = 1\r\n"
|
||||
|
|
Loading…
Reference in New Issue