mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Linux/MacOSX: make the cancel button work on the preferences dialog.
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user