summaryrefslogtreecommitdiff
path: root/src/nautilus-pathbar-context-menu.xml
blob: 11b68857d1a7dce8b3d601378a4bf82315c4d477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <menu id="pathbar-menu">
    <section>
      <item>
        <attribute name="label" translatable="yes">Open In New _Tab</attribute>
        <attribute name="action">pathbar.open-item-new-tab</attribute>
        <attribute name="hidden-when">action-disabled</attribute>
      </item>
      <item>
        <attribute name="label" translatable="yes">Open In New _Window</attribute>
        <attribute name="action">pathbar.open-item-new-window</attribute>
        <attribute name="hidden-when">action-disabled</attribute>
      </item>
    </section>
    <section>
      <item>
        <attribute name="label" translatable="yes">P_roperties</attribute>
        <attribute name="action">pathbar.properties</attribute>
      </item>
    </section>
  </menu>
</interface>