diff options
Diffstat (limited to 'plugins/NewStory/src/history.h')
| -rw-r--r-- | plugins/NewStory/src/history.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/NewStory/src/history.h b/plugins/NewStory/src/history.h index d93cd6dd3c..f71bab9fed 100644 --- a/plugins/NewStory/src/history.h +++ b/plugins/NewStory/src/history.h @@ -25,7 +25,9 @@ enum UM_GETEVENT, UM_GETEVENTTEXT, UM_GETEVENTCONTACT, - UM_GETEVENTHANDLE + UM_GETEVENTHANDLE, + + UM_BOOKMARKS = WM_USER + 0x601, }; extern MWindowList g_hNewstoryWindows, g_hNewstoryLogs; |
