Rev 83 | Rev 140 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 83 | Rev 124 | ||
---|---|---|---|
Line 52... | Line 52... | ||
52 | is_dialogbox_about_validated = true; |
52 | is_dialogbox_about_validated = true; |
53 | 53 | ||
54 | // destroy the font object we used |
54 | // destroy the font object we used |
55 | DeleteObject (hFontBanner); |
55 | DeleteObject (hFontBanner); |
56 | 56 | ||
- | 57 | the_board.reevaluate = true; // refresh the GUI buttons if needed |
|
57 | return; // _endthread() implied |
58 | return; // _endthread() implied |
58 | } |
59 | } |
59 | 60 | ||
60 | 61 | ||
61 | static int CALLBACK DialogProc_ThisDialog (HWND hWnd, unsigned int message, WPARAM wParam, LPARAM lParam) |
62 | static int CALLBACK DialogProc_ThisDialog (HWND hWnd, unsigned int message, WPARAM wParam, LPARAM lParam) |