diff options
author | George Hazan <ghazan@miranda.im> | 2019-06-19 20:36:24 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-06-19 20:36:24 +0300 |
commit | 8719b02927dbe5d9859e5b043d243e806cf42dac (patch) | |
tree | e5dc1182a065dd483cdade86ea2e6066bdf0671e /plugins | |
parent | 4a35a5a5e1f1c8aa25d9d017901a88ced0db9ba2 (diff) |
removed code restored
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/New_GPG/src/ui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/New_GPG/src/ui.cpp b/plugins/New_GPG/src/ui.cpp index 06e81ce88e..0bbe5f9df6 100755 --- a/plugins/New_GPG/src/ui.cpp +++ b/plugins/New_GPG/src/ui.cpp @@ -1293,6 +1293,7 @@ bool CDlgLoadExistingKey::OnApply() void CDlgLoadExistingKey::onChange_EXISTING_KEY_LIST(CCtrlListView::TEventInfo * /*ev*/) { + EnableWindow(GetDlgItem(m_hwnd, IDOK), TRUE); } ///////////////////////////////////////////////////////////////////////////////////////// |