summaryrefslogtreecommitdiff
path: root/editor/dconf-editor-menu.ui
blob: 7f555f6f69f6a805ff6b3c3a1ce4212fedb9b23b (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="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>
    </section>
    <section>
      <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>