Commit bd5869f1 authored by Kirill K. Smirnov's avatar Kirill K. Smirnov Committed by Alexandre Julliard

wineconsole: Do not show "Apply" button - it is not used anyway.

parent 5ccfec64
......@@ -833,6 +833,7 @@ BOOL WCUSER_GetProperties(struct inner_data* data, BOOL current)
psHead.nPages = 3;
psHead.hwndParent = data->hWnd;
psHead.u3.phpage = psPage;
psHead.dwFlags = PSH_NOAPPLYNOW;
WINECON_DumpConfig("init", refcfg);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment