diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-04-09 16:46:56 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-04-09 16:46:56 +0400 |
| commit | ccb2b8dd423b252f8d93b34f92ea567aae79cffe (patch) | |
| tree | da8a48347d9822941ff5bcfc3df0d179663b6d37 /classes/pluginhost.php | |
| parent | efd840d87fec6dfd54d381d4b44eb609d98c9d8e (diff) | |
add HOOK_ARTICLE_LEFT_BUTTON
Diffstat (limited to 'classes/pluginhost.php')
| -rw-r--r-- | classes/pluginhost.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/pluginhost.php b/classes/pluginhost.php index a75027033..9ae7b809e 100644 --- a/classes/pluginhost.php +++ b/classes/pluginhost.php @@ -28,6 +28,7 @@ class PluginHost { const HOOK_ACTION_ITEM = 16; const HOOK_HEADLINE_TOOLBAR_BUTTON = 17; const HOOK_HOTKEY_INFO = 18; + const HOOK_ARTICLE_LEFT_BUTTON = 19; const KIND_ALL = 1; const KIND_SYSTEM = 2; |