summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Larsson <alexl@redhat.com>2002-04-26 23:54:46 +0000
committerAlexander Larsson <alexl@src.gnome.org>2002-04-26 23:54:46 +0000
commit768e4421e6fba7b5c7f872d0e84649dcd274f628 (patch)
treef916433324af891a71c24ad7961fe5ab87013c92 /src
parentf9acc97fd75863d78f4d27806b1070fc8ea5a2dd (diff)
downloadnautilus-768e4421e6fba7b5c7f872d0e84649dcd274f628.tar.gz
Close window at end of menu according to HIG.
2002-04-26 Alex Larsson <alexl@redhat.com> * src/nautilus-shell-ui.xml: Close window at end of menu according to HIG. patch from Dave Bordoley <bordoley@msu.edu>
Diffstat (limited to 'src')
-rw-r--r--src/nautilus-shell-ui.xml26
1 files changed, 15 insertions, 11 deletions
diff --git a/src/nautilus-shell-ui.xml b/src/nautilus-shell-ui.xml
index a4eb0961a..2c83a8dac 100644
--- a/src/nautilus-shell-ui.xml
+++ b/src/nautilus-shell-ui.xml
@@ -59,17 +59,7 @@
</placeholder>
<placeholder name="Open Placeholder" delimit="top"/>
- <menuitem name="Close"
- _label="_Close Window"
- _tip="Close this window"
- accel="*Control*w"
- pixtype="stock" pixname="gtk-close"
- verb="Close"/>
- <menuitem name="Close All Windows"
- _label="Close _All Windows"
- _tip="Close all Nautilus windows"
- accel="*Control**Shift*w"
- verb="Close All Windows"/>
+
<menuitem name="Find"
_label="_Find"
@@ -80,6 +70,20 @@
<placeholder name="Dangerous File Items Placeholder" delimit="top"/>
<placeholder name="Global File Items Placeholder" delimit="top"/>
+
+ <separator/>
+
+ <menuitem name="Close All Windows"
+ _label="Close _All Windows"
+ _tip="Close all Nautilus windows"
+ accel="*Control**Shift*w"
+ verb="Close All Windows"/>
+ <menuitem name="Close"
+ _label="_Close Window"
+ _tip="Close this window"
+ accel="*Control*w"
+ pixtype="stock" pixname="gtk-close"
+ verb="Close"/>
</submenu>
<submenu name="Edit" _label="_Edit">