[Nautilus-list] patch to add stock icons to the popup menu of nautilus-shell-ui.xml



simple patch to add stock icons to the popup menu of the shell, i'll do
ones for the other popups too.

dave


Index: nautilus-shell-ui.xml
===================================================================
RCS file: /cvs/gnome/nautilus/src/nautilus-shell-ui.xml,v
retrieving revision 1.84
diff -u -p -r1.84 nautilus-shell-ui.xml
--- nautilus-shell-ui.xml	2002/04/21 23:25:08	1.84
+++ nautilus-shell-ui.xml	2002/04/24 01:39:30
@@ -342,13 +342,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>





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