From ccb2b8dd423b252f8d93b34f92ea567aae79cffe Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 9 Apr 2013 16:46:56 +0400 Subject: add HOOK_ARTICLE_LEFT_BUTTON --- classes/pluginhost.php | 1 + 1 file changed, 1 insertion(+) (limited to 'classes/pluginhost.php') 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; -- cgit v1.2.3