diff options
author | George Hazan <ghazan@miranda.im> | 2020-06-04 17:35:56 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-06-04 17:35:56 +0300 |
commit | 932be7eac7944a69a1fe1acadcbcca2743377b3f (patch) | |
tree | e51383bd55fe9d6bbd223f1d5955a74867124707 /plugins/Dbx_mdbx/src/dbcrypt.cpp | |
parent | f531ff887729783a7fe7a3e12ad12f658eefc7b0 (diff) |
all improper calls of OnClose replaced with OnDestroy / OnApply
Diffstat (limited to 'plugins/Dbx_mdbx/src/dbcrypt.cpp')
-rw-r--r-- | plugins/Dbx_mdbx/src/dbcrypt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_mdbx/src/dbcrypt.cpp b/plugins/Dbx_mdbx/src/dbcrypt.cpp index 117c5e0af6..8c47a1a4d3 100644 --- a/plugins/Dbx_mdbx/src/dbcrypt.cpp +++ b/plugins/Dbx_mdbx/src/dbcrypt.cpp @@ -44,7 +44,7 @@ class CSelectCryptoDialog : public CDlgBase return true;
}
- bool OnClose() override
+ bool OnApply() override
{
m_selected = m_provs[m_combo.GetItemData(m_combo.GetCurSel())];
m_bTotalEncryption = m_chkTotalCrypt.GetState() != 0;
|