summaryrefslogtreecommitdiff
path: root/src/nautilus-shell-ui.xml
diff options
context:
space:
mode:
authorAlex Larsson <alexl@redhat.com>2002-04-26 22:26:31 +0000
committerAlexander Larsson <alexl@src.gnome.org>2002-04-26 22:26:31 +0000
commitc80f1c5083fe94b9870ee665dffb525717ab0312 (patch)
tree00748373535be1a55e079ba9bcc2dfe3de34fa9d /src/nautilus-shell-ui.xml
parentcfbfe7c63a7bc125ad78e19185411e74c500d231 (diff)
downloadnautilus-c80f1c5083fe94b9870ee665dffb525717ab0312.tar.gz
Stock icons for new window, and zooming. Don't use stock icons for close
2002-04-26 Alex Larsson <alexl@redhat.com> * src/file-manager/nautilus-directory-view-ui.xml: Stock icons for new window, and zooming. Don't use stock icons for close all (duplicate use of stock). * src/nautilus-shell-ui.xml: Stock icon for open. "Reset View to Match _Preferences" -> "Reset View to _Defaults" Stock icons for cut and paste. Stock icons for open. * src/nautilus-window-menus.c: (refresh_go_menu): Limit history to 10 entries. Based on patches from Dave Bordoley <bordoley@msu.edu>
Diffstat (limited to 'src/nautilus-shell-ui.xml')
-rw-r--r--src/nautilus-shell-ui.xml17
1 files changed, 12 insertions, 5 deletions
diff --git a/src/nautilus-shell-ui.xml b/src/nautilus-shell-ui.xml
index b40a70786..84f7725e5 100644
--- a/src/nautilus-shell-ui.xml
+++ b/src/nautilus-shell-ui.xml
@@ -69,7 +69,6 @@
_label="Close _All Windows"
_tip="Close all Nautilus windows"
accel="*Control**Shift*w"
- pixtype="stock" pixname="gtk-close"
verb="Close All Windows"/>
<menuitem name="Find"
@@ -342,13 +341,21 @@
<popup name="background" tearoff="0">
<placeholder name="Before Zoom Items" delimit="none">
<placeholder name="New Items" delimit="none">
- <menuitem name="New Window" verb="New Window"/>
+ <menuitem name="New Window"
+ pixtype="stock" pixname="gtk-new"
+ verb="New Window"/>
</placeholder>
</placeholder>
<placeholder name="Zoom Items" delimit="top">
- <menuitem name="Zoom In" verb="Zoom In"/>
- <menuitem name="Zoom Out" verb="Zoom Out"/>
- <menuitem name="Zoom Normal" verb="Zoom Normal"/>
+ <menuitem name="Zoom In"
+ pixtype="stock" pixname="zoom-in"
+ verb="Zoom In"/>
+ <menuitem name="Zoom Out"
+ pixtype="stock" pixname="zoom-out"
+ verb="Zoom Out"/>
+ <menuitem name="Zoom Normal"
+ pixtype="stock" pixname="zoom-100"
+ verb="Zoom Normal"/>
</placeholder>
<placeholder name="After Zoom Items" delimit="top"/>
</popup>