[Nautilus-list] Patch to add stock icons to the file and bookmarks menus



this patch adds stock icons gtk-new to new window, gtk-close to close
window and close all windows and gtk-add to add bookmark
===================================================================
RCS file: /cvs/gnome/nautilus/src/nautilus-shell-ui.xml,v
retrieving revision 1.82
diff -u -p -r1.82 nautilus-shell-ui.xml
--- nautilus/src/nautilus-shell-ui.xml	14 Apr 2002 00:00:14 -0000	1.82
+++ nautilus/src/nautilus-shell-ui.xml	21 Apr 2002 06:14:12 -0000
@@ -54,6 +54,7 @@
 		<placeholder name="New Items Placeholder" delimit="none">
 			<menuitem name="New Window"
 				  _label="New _Window"
+				  pixtype="stock" pixname="gtk-new"
 				  verb="New Window"/>
 		</placeholder>
 		<placeholder name="Open Placeholder" delimit="top"/>
@@ -62,11 +63,13 @@
 			  _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"
+			  pixtype="stock" pixname="gtk-close"
 			  verb="Close All Windows"/>
 
 		<menuitem name="Find"
@@ -228,6 +231,7 @@
 			  _label="_Add Bookmark" 
 			  _tip="Add a bookmark for the current location to this menu"
 			  accel="*Control*b"
+			  pixtype="stock" pixname="gtk-add"
 			  verb="Add Bookmark"/>
 		<menuitem name="Edit Bookmarks" 
 			  _label="_Edit Bookmarks..." 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]