summaryrefslogtreecommitdiff
path: root/editor/dconf-editor-menu.ui
blob: 0aeb52f6df54539cd1540d5682b30a15e63eddbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<interface>
  <menu id="menu">
    <section>
      <item>
        <attribute name="label" translatable="yes">_Find…</attribute>
        <attribute name="action">app.find</attribute>
        <attribute name="accel">&lt;Primary&gt;f</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">_About</attribute>
        <attribute name="action">app.about</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>