| 1805 | static const WORD IDC_CLEAR = IDC_IMPORT - 1; |
| 1806 | |
| 1807 | void retrieveData(HWND hwnd) override |
| 1808 | { |
| 1809 | Dialog::retrieveData(hwnd); |
| 1810 | |
| 1811 | // _updated is normally only set if a field changes, since this dialog has no fields, |
| 1812 | // always return "modified" if the user didn't cancel the dialog. |
| 1813 | _updated = true; |
| 1814 | } |
| 1815 | |
| 1816 | void updateButtonLabel(int button) |
| 1817 | { |
nothing calls this directly
no outgoing calls
no test coverage detected