summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorDaniel Andersson <[email protected]>2013-04-02 09:05:17 +0200
committerDaniel Andersson <[email protected]>2013-04-02 09:05:17 +0200
commit4785420034aefcc9900c4646ce528676313f1a02 (patch)
tree9d1646daf5adeed6a3d70e57c41b0ca81dd16e82 /classes
parentffd0786416271a00638c8becc2974d96221ec642 (diff)
Add hook to add explanations of hotkey actions via plugins.
Diffstat (limited to 'classes')
-rw-r--r--classes/pluginhost.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/pluginhost.php b/classes/pluginhost.php
index 5b8a77fd6..a75027033 100644
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -27,6 +27,7 @@ class PluginHost {
const HOOK_TOOLBAR_BUTTON = 15;
const HOOK_ACTION_ITEM = 16;
const HOOK_HEADLINE_TOOLBAR_BUTTON = 17;
+ const HOOK_HOTKEY_INFO = 18;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;