diff options
Diffstat (limited to 'plugins/NewStory/src/main.cpp')
-rw-r--r-- | plugins/NewStory/src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewStory/src/main.cpp b/plugins/NewStory/src/main.cpp index 082497a41f..9f3bea3aef 100644 --- a/plugins/NewStory/src/main.cpp +++ b/plugins/NewStory/src/main.cpp @@ -133,6 +133,7 @@ int CMPlugin::Load() HookEvent(ME_SYSTEM_PRESHUTDOWN, evtPreShutdown); InitMenus(); + InitHotkeys(); InitServices(); return 0; } |