mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 21:23:40 +01:00
Linux/MacOSX: make the cancel button work on the preferences dialog.
This commit is contained in:
parent
f53554a46a
commit
41607d126a
@ -26,7 +26,7 @@ namespace VeraCrypt
|
|||||||
protected:
|
protected:
|
||||||
void OnAssignHotkeyButtonClick (wxCommandEvent& event);
|
void OnAssignHotkeyButtonClick (wxCommandEvent& event);
|
||||||
void OnBackgroundTaskEnabledCheckBoxClick (wxCommandEvent& event);
|
void OnBackgroundTaskEnabledCheckBoxClick (wxCommandEvent& event);
|
||||||
void OnCancelButtonClick (wxCommandEvent& event) { Close(); }
|
void OnCancelButtonClick (wxCommandEvent& event) { EndModal (wxID_CANCEL); }
|
||||||
void OnClose (wxCloseEvent& event);
|
void OnClose (wxCloseEvent& event);
|
||||||
void OnDismountOnPowerSavingCheckBoxClick (wxCommandEvent& event);
|
void OnDismountOnPowerSavingCheckBoxClick (wxCommandEvent& event);
|
||||||
void OnDismountOnScreenSaverCheckBoxClick (wxCommandEvent& event);
|
void OnDismountOnScreenSaverCheckBoxClick (wxCommandEvent& event);
|
||||||
|
Loading…
Reference in New Issue
Block a user