mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
docs/menu.xml: fix root-menu definition
A menu is defined by `<menu id="" label="">` A `<menu id="" />` element merely creates an item pointing to already defined menu. Fixes issue #109
This commit is contained in:
parent
dd1663e627
commit
1a38cc8462
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<openbox_menu>
|
||||
|
||||
<menu id="root-menu">
|
||||
<menu id="root-menu" label="">
|
||||
<item label="Web browser">
|
||||
<action name="Execute"><command>firefox</command></action>
|
||||
</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue