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