summaryrefslogtreecommitdiff
path: root/thunar/thunar-shortcuts-pane-ui.xml
blob: 58f928d768d793852704c020439d39bafba63551 (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
<ui>

  <!--
    Copyright (c) 2006 Benedikt Meurer <benny@xfce.org>

    Thunar shortcuts pane user interface description file. Do NOT
    simply edit this file if you don't know how the whole system
    works, because it's too easy to break something.
  -->

  <menubar name="main-menu">
    <menu action="file-menu">
      <menu action="sendto-menu">
        <placeholder name="placeholder-sendto-sidepane">
          <menuitem action="sendto-shortcuts" />
        </placeholder>
      </menu>
    </menu>
  </menubar>

  <popup action="file-context-menu">
    <menu action="sendto-menu">
      <placeholder name="placeholder-sendto-sidepane">
        <menuitem action="sendto-shortcuts" />
      </placeholder>
    </menu>
  </popup>

</ui>