aboutsummaryrefslogtreecommitdiff
path: root/data/app-menu.ui
blob: 9742170648688414d003a1a383c86a426a8fedc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0"?>
<interface>
  <menu id='app-menu'>
    <section>
      <item>
        <attribute name='label' translatable='yes'>_New</attribute>
        <attribute name='action'>app.new</attribute>
        <attribute name='accel'>&lt;Primary&gt;n</attribute>
      </item>
      <item>
        <attribute name='label' translatable='yes'>_Open...</attribute>
        <attribute name='action'>app.open</attribute>
        <attribute name='accel'>&lt;Primary&gt;o</attribute>
      </item>
      <item>
        <attribute name='label' translatable='yes'>Preferences</attribute>
        <attribute name='action'>app.prefs</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'>Basic introduction</attribute>
        <attribute name='action'>app.intro</attribute>
      </item>
      <item>
        <attribute name='label' translatable='yes'>_Quit</attribute>
        <attribute name='action'>app.quit</attribute>
        <attribute name='accel'>&lt;Primary&gt;q</attribute>
      </item>
    </section>
  </menu>
</interface>