diff options
author | George Hazan <ghazan@miranda.im> | 2020-04-25 19:07:07 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-04-25 19:07:12 +0300 |
commit | 21c9f2d5e82fc4c54f367051caec6d627624d770 (patch) | |
tree | 10f47f372fcb5a34fd4054b19eb15f13b4c6a356 /plugins/NewStory/src/history_control.h | |
parent | e20cb1fed6dafc7fa414476acde502e999088aab (diff) |
fixes #2353 (NewStory: add groupchats support)
Diffstat (limited to 'plugins/NewStory/src/history_control.h')
-rw-r--r-- | plugins/NewStory/src/history_control.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewStory/src/history_control.h b/plugins/NewStory/src/history_control.h index b1ca830877..0d0650aaaa 100644 --- a/plugins/NewStory/src/history_control.h +++ b/plugins/NewStory/src/history_control.h @@ -45,6 +45,7 @@ enum // add one or more events NSM_ADDEVENTS, + NSM_ADDCHATEVENT, // wParam = id NSM_SETCARET, |