summaryrefslogtreecommitdiff
path: root/src/ui/app-menu.ui
blob: 11428d541fad47a248484476c567d7cd609eed15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<interface>
  <menu id="app-menu">
    <section>
      <item>
        <attribute name="action">app.help</attribute>
        <attribute name="label" translatable="yes">_Help</attribute>
      </item>
      <item>
        <attribute name="action">app.about</attribute>
        <attribute name="label" translatable="yes">_About Archive Manager</attribute>
      </item>
      <item>
        <attribute name="action">app.quit</attribute>
        <attribute name="label" translatable="yes">_Quit</attribute>
      </item>
    </section>
  </menu>
</interface>