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

Alexandre Julliard julliard at winehq.org
Thu Nov 15 07:45:02 CST 2007


Module: wine
Branch: master
Commit: bd5869f19cf92a9796c3305eb9de3d0e1ac499d5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=bd5869f19cf92a9796c3305eb9de3d0e1ac499d5

Author: Kirill K. Smirnov <lich at math.spbu.ru>
Date:   Wed Nov 14 19:17:55 2007 +0400

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

---

 programs/wineconsole/dialog.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/programs/wineconsole/dialog.c b/programs/wineconsole/dialog.c
index 36805e1..5c27017 100644
--- a/programs/wineconsole/dialog.c
+++ b/programs/wineconsole/dialog.c
@@ -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);
 




More information about the wine-cvs mailing list