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

This commit is contained in:
Kirill K. Smirnov 2007-11-14 19:17:55 +04:00 committed by Alexandre Julliard
parent 5ccfec6428
commit bd5869f19c
1 changed files with 1 additions and 0 deletions

View File

@ -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);