mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Update gnc-plugin-example-ui.xml
This commit is contained in:
parent
a61a691bb5
commit
1fe097bd5f
@ -1,9 +1,9 @@
|
||||
<ui>
|
||||
<menubar>
|
||||
<menu name="Tools" action="ToolsAction">
|
||||
<placeholder name="ToolsPlaceholder">
|
||||
<menuitem name="example" action="exampleAction"/>
|
||||
</placeholder>
|
||||
</menu>
|
||||
</menubar>
|
||||
</ui>
|
||||
<interface>
|
||||
<menu id="ToolsPlaceholder0">
|
||||
<item>
|
||||
<attribute name="label" translatable="yes">_Example</attribute>
|
||||
<attribute name="action">gnc-plugin-example-actions.exampleAction</attribute>
|
||||
<attribute name="tooltip" translatable="yes">Example tooltip</attribute>
|
||||
</item>
|
||||
</menu>
|
||||
</interface>
|
||||
|
Loading…
Reference in New Issue
Block a user