Rev 119 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 119 | Rev 124 | ||
---|---|---|---|
Line 101... | Line 101... | ||
101 | 101 | ||
102 | // display the dialog box and get the file name |
102 | // display the dialog box and get the file name |
103 | if (GetSaveFileName (&ofn) != 0) |
103 | if (GetSaveFileName (&ofn) != 0) |
104 | is_dialogbox_save_validated = true; |
104 | is_dialogbox_save_validated = true; |
105 | 105 | ||
- | 106 | the_board.reevaluate = true; // refresh the GUI buttons if needed |
|
106 | return; // _endthread() implied |
107 | return; // _endthread() implied |
107 | } |
108 | } |