[Nautilus-list] Patch to add stock icons to the go menu



this is a patch to add stock icons to the go menu. Is this the correct
way to provide a patch, i just copied and pasted the output of cvs
diff??

dave
===================================================================
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	2002/04/14 00:00:14	1.82
+++ nautilus/src/nautilus-shell-ui.xml	2002/04/21 02:22:51
@@ -191,18 +191,22 @@
 
 	<submenu name="Go" _label="_Go">
 		<menuitem name="Back" 
-			  _label="_Back" 
+			  _label="_Back"
+ 			  pixtype="stock" pixname="gtk-go-back"
 			  verb="Back"/>
 		<menuitem name="Forward" 
-			  _label="_Forward" 
+			  _label="_Forward"
+ 			  pixtype="stock" pixname="gtk-go-forward"
 			  verb="Forward"/>
 		<menuitem name="Up" 
 			  _label="_Up a Level" 
 			  accel="*Control*u"
+			  pixtype="stock" pixname="gtk-go-up"
 			  verb="Up"/>
 		<menuitem name="Home" 
 			  _label="_Home" 
 			  accel="*Control*h"
+			  pixtype="stock" pixname="gtk-home"
 			  verb="Home"/>
 		<menuitem name="Start Here" 
 			  _label="_Start Here" 


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