From a29e29b9bf760a1fc91725b60b1c865664518b84 Mon Sep 17 00:00:00 2001 From: Anna Bulenkova Date: Tue, 20 Jan 2015 14:12:01 +0100 Subject: [PATCH] [md] tools menu item action --- tutorials/action_system.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tutorials/action_system.md b/tutorials/action_system.md index 193599915..6adddab95 100644 --- a/tutorials/action_system.md +++ b/tutorials/action_system.md @@ -100,6 +100,9 @@ configuration file like the following code sample shows: +After performing the steps described above we need to compile and run the plugin to the the newly created action available as a Tools Menu item. +!["Register action" quick fix](img/tools_menu_item_action.png) + ----------- #How to make an action available and visible?