mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
docs/menu.xml: adjust labnag example
It was missing the respective closing tag
This commit is contained in:
parent
09b4e9605e
commit
e05b924e4d
1 changed files with 2 additions and 1 deletions
|
|
@ -68,11 +68,12 @@
|
||||||
<!--
|
<!--
|
||||||
# A prompt can be used as follows:
|
# A prompt can be used as follows:
|
||||||
<item label="Exit">
|
<item label="Exit">
|
||||||
<action name="If"/>
|
<action name="If">
|
||||||
<prompt message="Do you really want to exit the compositor?"/>
|
<prompt message="Do you really want to exit the compositor?"/>
|
||||||
<then>
|
<then>
|
||||||
<action name="Exit"/>
|
<action name="Exit"/>
|
||||||
</then>
|
</then>
|
||||||
|
</action>
|
||||||
</item>
|
</item>
|
||||||
-->
|
-->
|
||||||
</menu>
|
</menu>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue