[Nautilus-list] patch: bug 76293



bug 76293 has a bunch of hig recommendations
this patch moves preferences to the bottom of the edit menu, and places
backgrounds and emblems directly above it. of edit item placeholder and
global edit item place holder so that the global one is always on the
bottom, even though in practice i don't think this really matters for
any existing views, but it's nice for consistency.

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 05:58:14
@@ -122,23 +122,22 @@
 		<menuitem name="Select All"
 			  _label="Select _All" 
 			  verb="Select All"/>
+				
+		<placeholder name="Edit Items Placeholder" delimit="top"/>
+		<placeholder name="Global Edit Items Placeholder" delimit="none"/>
 		
 		<separator/>
 
+		<menuitem name="Customize" 
+			  _label="_Backgrounds and Emblems..." 
+			  _tip="Display patterns, colors, and emblems that can be used to customize appearance"
+			  verb="Customize"/>
+		
 		<menuitem name="User Level Customization" 
 			  _label="P_references..." 
 			  _tip="Edit Nautilus preferences"
 			  pixtype="stock" pixname="gtk-preferences" 
 			  verb="User Level Customization"/>
-
-		<menuitem name="Customize" 
-			  _label="_Backgrounds and Emblems..." 
-			  _tip="Display patterns, colors, and emblems that can be used to customize appearance"
-			  verb="Customize"/>
-
-		<placeholder name="Global Edit Items Placeholder" delimit="none"/>
-		<placeholder name="Edit Items Placeholder" delimit="top"/>
-
 	</submenu>
 
 	<submenu name="View" _label="_View">





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