Don't need 2 exit actions in the default menu now, they both would do the same thing

This commit is contained in:
Dana Jansens 2009-12-10 10:10:03 -05:00
parent f0df9bb9d8
commit d17bc61b24

View file

@ -369,11 +369,6 @@
<item label="Reconfigure Openbox">
<action name="Reconfigure" />
</item>
<item label="Exit Openbox">
<action name="Exit">
<prompt>yes</prompt>
</action>
</item>
</menu>
<menu id="root-menu" label="Openbox 3">
@ -390,7 +385,7 @@
<menu id="system-menu"/>
<separator />
<item label="Log Out">
<action name="SessionLogout">
<action name="Exit">
<prompt>yes</prompt>
</action>
</item>