summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/msgs.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-07-08 14:46:56 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-07-08 14:46:56 +0300
commitc0bc29a576c5e9318a16e91599d5fbbde4042a1e (patch)
tree4a2ebe0d27432102addad2e837c2d8654f0e0a0b /plugins/TabSRMM/src/msgs.h
parentee05a4f6a032ca925608a6f1265c969eeff73191 (diff)
fixes #1989 (TabSRMM: option "Add a comma instead of a colon to auto-completed user names" doesn't work in a nick list)
Diffstat (limited to 'plugins/TabSRMM/src/msgs.h')
-rw-r--r--plugins/TabSRMM/src/msgs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/msgs.h b/plugins/TabSRMM/src/msgs.h
index 9a880891c6..cd1c320ad7 100644
--- a/plugins/TabSRMM/src/msgs.h
+++ b/plugins/TabSRMM/src/msgs.h
@@ -555,6 +555,8 @@ public:
void onClick_Filter(CCtrlButton*);
void onClick_ShowNickList(CCtrlButton*);
+ void onDblClick_List(CCtrlListBox*);
+
void onChange_Message(CCtrlEdit*);
void UpdateWindowState(UINT msg);