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