summaryrefslogtreecommitdiff
path: root/data/ui/baobab-treeview-menu.ui
blob: 26ad7db1d864682cd29293f9332e77cbefffbd67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <menu id="treeview_menu">
    <section>
      <item>
        <attribute name="label" translatable="yes">_Open Folder</attribute>
        <attribute name="action">win.treeview-open-folder</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">_Copy Path to Clipboard</attribute>
        <attribute name="action">win.treeview-copy</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">Mo_ve to Trash</attribute>
        <attribute name="action">win.treeview-trash</attribute>
      </item>
    </section>
  </menu>
</interface>