diff --git a/articles/4. Adding entry to the extension menu.md b/articles/4. Adding entry to the extension menu.md index 83b7d5d..d27c0fd 100644 --- a/articles/4. Adding entry to the extension menu.md +++ b/articles/4. Adding entry to the extension menu.md @@ -1,7 +1,9 @@ # Falkon Python Tutorial - 4. Adding entry to the extension menu +The extension menu is located at `Tools`: `Extensions`. + To add an entry to extension menu the `populateExtensionsMenu(self, menu)` method has to be implemented in plugin class. -The reason can be faound in the [source code](https://github.com/KDE/falkon/blob/master/src/lib/plugins/plugininterface.h) +The reason can be found in the [source code](https://github.com/KDE/falkon/blob/master/src/lib/plugins/plugininterface.h) The parameter menu is the menu into which the new entry / action will be added.