summaryrefslogtreecommitdiff
path: root/data/appmenu.ui
blob: 49602b856552a6c573eae1030671280c4b146377 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<interface>
    <menu id='appmenu'>
        <section>
            <item>
                <attribute name="accel">&lt;Primary&gt;n</attribute>
                <attribute name="label" translatable="yes">_New Window</attribute>
                <attribute name="action">app.new-window</attribute>
            </item>
        </section>
        <section>
            <item>
                <attribute name="label" translatable="yes">_About</attribute>
                <attribute name="action">app.about</attribute>
            </item>
            <item>
                <attribute name="accel">&lt;Primary&gt;q</attribute>
                <attribute name="label" translatable="yes">_Quit</attribute>
                <attribute name="action">app.quit</attribute>
            </item>
        </section>
    </menu>
</interface>