diff options
-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); } ///////////////////////////////////////////////////////////////////////////////////////// |