diff options
author | George Hazan <ghazan@miranda.im> | 2020-06-05 15:55:29 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-06-05 15:55:29 +0300 |
commit | 0f8f4280e75d59bfc2bbaade8449b3d6f46deebd (patch) | |
tree | b14f42d900ff11af8e83416f3f04e8d586f1ef85 /plugins | |
parent | 15d1c4c7d318d71b9c06ebced7ed191b7a02a0ec (diff) |
fixes #2417 (NewStory: Enter closes history window)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/NewStory/src/history.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewStory/src/history.cpp b/plugins/NewStory/src/history.cpp index 16653b3683..9711c9770e 100644 --- a/plugins/NewStory/src/history.cpp +++ b/plugins/NewStory/src/history.cpp @@ -440,6 +440,7 @@ public: showFlags = g_plugin.getWord(m_hContact, "showFlags", 0x7f); m_dwOptions = g_plugin.getDword(0, "dwOptions"); + m_autoClose = CLOSE_ON_CANCEL; m_hMenu = LoadMenu(g_plugin.getInst(), MAKEINTRESOURCE(IDR_POPUPS)); TranslateMenu(m_hMenu); |