summaryrefslogtreecommitdiff
path: root/src/nautilus-spatial-window-ui.xml
diff options
context:
space:
mode:
authorDave Camp <dave@ximian.com>2003-09-30 20:38:01 +0000
committerDave Camp <campd@src.gnome.org>2003-09-30 20:38:01 +0000
commitc42ab00ac67db2dc5bd22bff65e1c0a3414fe113 (patch)
tree636294d9aadd0aecaa9bf0858a40e49399a224e3 /src/nautilus-spatial-window-ui.xml
parent1f859c83a9c2734ce3645657a065d7faa8c69560 (diff)
downloadnautilus-c42ab00ac67db2dc5bd22bff65e1c0a3414fe113.tar.gz
Merge the nautilus-spatial-playground branch to HEAD.
2003-09-30 Dave Camp <dave@ximian.com> * Merge the nautilus-spatial-playground branch to HEAD.
Diffstat (limited to 'src/nautilus-spatial-window-ui.xml')
-rw-r--r--src/nautilus-spatial-window-ui.xml47
1 files changed, 47 insertions, 0 deletions
diff --git a/src/nautilus-spatial-window-ui.xml b/src/nautilus-spatial-window-ui.xml
new file mode 100644
index 000000000..66859e782
--- /dev/null
+++ b/src/nautilus-spatial-window-ui.xml
@@ -0,0 +1,47 @@
+<Root>
+
+<!-- A description of each placeholder's purpose is in libnautilus/nautilus-bonobo-ui.h -->
+
+<commands>
+</commands>
+
+<menu>
+ <submenu name="File">
+ <placeholder name="Location Placeholder">
+ <menuitem name="Up"
+ _label="Open _Pa_rent"
+ _tip="Open the parent folder"
+ accel="*Alt*Up"
+ verb="Up"/>
+ <menuitem name="Go to Location"
+ _label="Open _Location..."
+ accel="*Control*l"
+ verb="Go to Location"/>
+ </placeholder>
+ <placeholder name="Close Items Placeholder">
+ <menuitem name="Close With Parents"
+ _label="Close _All Parents"
+ _tip="Close all Navigation windows"
+ accel="*Control**Shift*w"
+ verb="Close With Parents"/>
+ </placeholder>
+ </submenu>
+
+ <submenu name="Places" _label="_Places">
+ <menuitem name="Home"
+ _label="_Home"
+ accel="*Alt*Home"
+ pixtype="stock" pixname="gtk-home"
+ verb="Home"/>
+ <menuitem name="Go to Trash"
+ _label="_Trash"
+ _tip="Go to the trash folder"
+ verb="Go to Trash"/>
+ <menuitem name="Go to Burn CD"
+ _label="CD _Creator"
+ _tip="Go to the CD Creator"
+ verb="Go to Burn CD"/>
+ </submenu>
+</menu>
+
+</Root>