| 961 | } |
| 962 | |
| 963 | void DownloadDictionariesDialog::refresh() { |
| 964 | indicate_that_saving_might_be_needed(); |
| 965 | on_display_action(); |
| 966 | KillTimer(_hSelf, refresh_timer_id); |
| 967 | } |
| 968 | |
| 969 | void DownloadDictionariesDialog::update_controls() { |
| 970 | Button_SetCheck(m_h_show_only_known, m_settings.data.download_show_only_recognized_dictionaries ? BST_CHECKED : BST_UNCHECKED); |