Rev 1 | Rev 140 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1 | Rev 124 | ||
---|---|---|---|
Line 45... | Line 45... | ||
45 | 45 | ||
46 | // display the dialog box |
46 | // display the dialog box |
47 | if (DialogBox (hAppInstance, MAKEINTRESOURCE (THIS_DIALOG), hMainWnd, DialogProc_ThisDialog) == 1) |
47 | if (DialogBox (hAppInstance, MAKEINTRESOURCE (THIS_DIALOG), hMainWnd, DialogProc_ThisDialog) == 1) |
48 | is_dialogbox_changeappearance_validated = true; |
48 | is_dialogbox_changeappearance_validated = true; |
49 | 49 | ||
- | 50 | the_board.reevaluate = true; // refresh the GUI buttons if needed |
|
50 | return; // _endthread() implied |
51 | return; // _endthread() implied |
51 | } |
52 | } |
52 | 53 | ||
53 | 54 | ||
54 | static int CALLBACK DialogProc_ThisDialog (HWND hWnd, unsigned int message, WPARAM wParam, LPARAM lParam) |
55 | static int CALLBACK DialogProc_ThisDialog (HWND hWnd, unsigned int message, WPARAM wParam, LPARAM lParam) |