summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewStory/src/stdafx.h')
-rw-r--r--plugins/NewStory/src/stdafx.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/NewStory/src/stdafx.h b/plugins/NewStory/src/stdafx.h
index bcabaf8883..d9d8afab8d 100644
--- a/plugins/NewStory/src/stdafx.h
+++ b/plugins/NewStory/src/stdafx.h
@@ -84,8 +84,9 @@ int OptionsInitialize(WPARAM, LPARAM);
enum
{
HOTKEY_BOOKMARK = 1,
- HOTKEY_SEEK_FORWARD = 2,
- HOTKEY_SEEK_BACK = 3,
+ HOTKEY_SEARCH = 2,
+ HOTKEY_SEEK_FORWARD = 3,
+ HOTKEY_SEEK_BACK = 4,
};
struct CMPlugin : public PLUGIN<CMPlugin>