Files
gnucash/libgnucash/gnc-module/example/ui/gnc-plugin-example-ui.xml
Geert Janssens 3e3eead3c5 Eliminate plugins directory
bi-import and customer-import have been put with the other importers
example is moved to gnc-module as, well, an example
2017-08-14 18:17:13 +02:00

10 lines
215 B
XML

<ui>
<menubar>
<menu name="Tools" action="ToolsAction">
<placeholder name="ToolsPlaceholder">
<menuitem name="example" action="exampleAction"/>
</placeholder>
</menu>
</menubar>
</ui>