diff options
author | George Hazan <ghazan@miranda.im> | 2020-05-04 20:52:39 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-05-04 20:52:46 +0300 |
commit | 633d14f19afc80362a5d4872def663a5271c7225 (patch) | |
tree | 0dcd65265836da3503af39d060c45e19de149ba5 /plugins/NewStory/src/history_control.h | |
parent | 7c0d4f4d63669f84d0796776a47d12d75891c40e (diff) |
fixes #2381 (NewStory: add right-click menu for groupchats)
Diffstat (limited to 'plugins/NewStory/src/history_control.h')
-rw-r--r-- | plugins/NewStory/src/history_control.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/NewStory/src/history_control.h b/plugins/NewStory/src/history_control.h index c1ed6be620..46b1bb045f 100644 --- a/plugins/NewStory/src/history_control.h +++ b/plugins/NewStory/src/history_control.h @@ -74,6 +74,9 @@ enum NSM_SEEKEND, NSM_SEEKTIME, + // + NSM_SET_SRMM, // act inside SRMM dialog + NSM_LAST }; |