app-menu: move to using window menu instead of app-menu

This starts moving things towards our 3.32 goals of using window menus
intead of the app-menu.
This commit is contained in:
Christian Hergert
2018-09-24 20:55:20 -07:00
parent 1584fca77a
commit bf1472b009
3 changed files with 42 additions and 38 deletions

View File

@ -1,35 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<interface>
<menu id="app-menu">
<section id="app-menu-new-section">
<item>
<attribute name="label" translatable="yes">_New Window</attribute>
<attribute name="action">app.new-window</attribute>
</item>
</section>
<section id="app-menu-open-section">
<item>
<attribute name="label" translatable="yes">_Open Capture</attribute>
<attribute name="action">app.open-capture</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">About</attribute>
<attribute name="action">app.about</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Help</attribute>
<attribute name="action">app.help</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Keyboard Shortcuts</attribute>
<attribute name="action">app.show-help-overlay</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Quit</attribute>
<attribute name="action">app.quit</attribute>
</item>
</section>
</menu>
</interface>