summaryrefslogtreecommitdiff
path: root/src/resources/ui/nautilus-pathbar-context-menu.ui
diff options
context:
space:
mode:
authorFelipe Borges <felipeborges@gnome.org>2015-11-12 11:51:22 +0100
committerFelipe Borges <felipeborges@gnome.org>2015-11-12 14:28:39 +0100
commitbe5a5e9e9f688c7df4685c611c6d298b3a3a15fa (patch)
treef51b38cc56291b2c129fc22b5d8937b911b4f78f /src/resources/ui/nautilus-pathbar-context-menu.ui
parent0a26d0b2a8f4c1d43a8d08ff30a965cb3543a586 (diff)
downloadnautilus-be5a5e9e9f688c7df4685c611c6d298b3a3a15fa.tar.gz
resources: organize the resource files in a separate folder
https://bugzilla.gnome.org/show_bug.cgi?id=757978
Diffstat (limited to 'src/resources/ui/nautilus-pathbar-context-menu.ui')
-rw-r--r--src/resources/ui/nautilus-pathbar-context-menu.ui23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/resources/ui/nautilus-pathbar-context-menu.ui b/src/resources/ui/nautilus-pathbar-context-menu.ui
new file mode 100644
index 000000000..11b68857d
--- /dev/null
+++ b/src/resources/ui/nautilus-pathbar-context-menu.ui
@@ -0,0 +1,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>