wineconsole: Do not show "Apply" button - it is not used anyway.
This commit is contained in:
parent
5ccfec6428
commit
bd5869f19c
|
@ -833,6 +833,7 @@ BOOL WCUSER_GetProperties(struct inner_data* data, BOOL current)
|
||||||
psHead.nPages = 3;
|
psHead.nPages = 3;
|
||||||
psHead.hwndParent = data->hWnd;
|
psHead.hwndParent = data->hWnd;
|
||||||
psHead.u3.phpage = psPage;
|
psHead.u3.phpage = psPage;
|
||||||
|
psHead.dwFlags = PSH_NOAPPLYNOW;
|
||||||
|
|
||||||
WINECON_DumpConfig("init", refcfg);
|
WINECON_DumpConfig("init", refcfg);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue