blob: 696921e3ce0219c5580b8f739caa261256fc2fbb (
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"?>
<!-- Generated with glade 3.22.1 -->
<interface>
<menu id="button-menu">
<item>
<attribute name="label" translatable="yes">Open in New _Window</attribute>
<attribute name="action">pathbar.open-item-new-window</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Open in New _Tab</attribute>
<attribute name="action">pathbar.open-item-new-tab</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Properties</attribute>
<attribute name="action">pathbar.properties</attribute>
</item>
</menu>
</interface>
|