Mikołaj Zalewski : wineconsole: Check one of the radio buttons in the "Save settings" dialog.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Oct 23 06:12:40 CDT 2006


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

Author: Mikołaj Zalewski <mikolaj at zalewski.pl>
Date:   Sun Oct 22 19:33:18 2006 +0200

wineconsole: Check one of the radio buttons in the "Save settings" dialog.

---

 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 50fd3a8..aa8f096 100644
--- a/programs/wineconsole/dialog.c
+++ b/programs/wineconsole/dialog.c
@@ -704,6 +704,7 @@ static INT_PTR WINAPI WCUSER_SaveDlgProc
     switch (msg)
     {
     case WM_INITDIALOG:
+        SendDlgItemMessage(hDlg, IDC_SAV_SESSION, BM_SETCHECK, BST_CHECKED, 0);
 	break;
     case WM_COMMAND:
 	switch (LOWORD(wParam))




More information about the wine-cvs mailing list