[gnumeric] sort the buttons on the object toolbar



commit a228c3daec95a76100327e5bbb9d49481297c108
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date:   Sat Sep 26 19:51:11 2009 -0600

    sort the buttons on the object toolbar
    
    2009-09-26  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* src/GNOME_Gnumeric-gtk.xml.in: sort objects by type
    	* src/HILDON_Gnumeric-gtk.xml.in: ditto
    	* component/Gnumeric-embed.xml.in: ditto
    	* src/pixmaps/object_label_24.png: show rectangle

 ChangeLog                       |    7 +++++++
 component/Gnumeric-embed.xml.in |   12 ++++++------
 src/GNOME_Gnumeric-gtk.xml.in   |   12 ++++++------
 src/HILDON_Gnumeric-gtk.xml.in  |   12 ++++++------
 src/pixmaps/object_label_24.png |  Bin 684 -> 532 bytes
 5 files changed, 25 insertions(+), 18 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 50eef6e..0147ce9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
 2009-09-26  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* src/GNOME_Gnumeric-gtk.xml.in: sort objects by type
+	* src/HILDON_Gnumeric-gtk.xml.in: ditto
+	* component/Gnumeric-embed.xml.in: ditto
+	* src/pixmaps/object_label_24.png: show rectangle 
+
+2009-09-26  Andreas J. Guelzow <aguelzow pyrshep ca>
 	for Albert Graef  <Dr Graef t-online de>
 
 	* src/commands.c (cmd_so_set_radio_button, CmdSOSetRadioButton)
diff --git a/component/Gnumeric-embed.xml.in b/component/Gnumeric-embed.xml.in
index 3946931..dae6271 100644
--- a/component/Gnumeric-embed.xml.in
+++ b/component/Gnumeric-embed.xml.in
@@ -329,19 +329,19 @@
     <toolitem action="FormatIncreaseIndent"/>
   </toolbar>
   <toolbar _name="ObjectToolbar">
+    <toolitem action="CreateRectangle"/>
+    <toolitem action="CreateEllipse"/>
     <toolitem action="CreateFrame"/>
+    <toolitem action="CreateLine"/>
+    <toolitem action="CreateArrow"/>
     <toolitem action="CreateCheckbox"/>
+    <toolitem action="CreateRadioButton"/>
+    <toolitem action="CreateButton"/>
     <toolitem action="CreateScrollbar"/>
     <toolitem action="CreateSpinButton"/>
     <toolitem action="CreateSlider"/>
     <toolitem action="CreateList"/>
     <toolitem action="CreateCombo"/>
-    <toolitem action="CreateButton"/>
-    <toolitem action="CreateRadioButton"/>
-    <toolitem action="CreateLine"/>
-    <toolitem action="CreateArrow"/>
-    <toolitem action="CreateRectangle"/>
-    <toolitem action="CreateEllipse"/>
   </toolbar>
 
   <accelerator name="CopyRight"		 action="CopyRight"/>
diff --git a/src/GNOME_Gnumeric-gtk.xml.in b/src/GNOME_Gnumeric-gtk.xml.in
index 42ef615..4a7310f 100644
--- a/src/GNOME_Gnumeric-gtk.xml.in
+++ b/src/GNOME_Gnumeric-gtk.xml.in
@@ -327,19 +327,19 @@
     <toolitem action="FormatIncreaseIndent"/>
   </toolbar>
   <toolbar _name="ObjectToolbar">
+    <toolitem action="CreateRectangle"/>
+    <toolitem action="CreateEllipse"/>
     <toolitem action="CreateFrame"/>
+    <toolitem action="CreateLine"/>
+    <toolitem action="CreateArrow"/>
     <toolitem action="CreateCheckbox"/>
+    <toolitem action="CreateRadioButton"/>
+    <toolitem action="CreateButton"/>
     <toolitem action="CreateScrollbar"/>
     <toolitem action="CreateSpinButton"/>
     <toolitem action="CreateSlider"/>
     <toolitem action="CreateList"/>
     <toolitem action="CreateCombo"/>
-    <toolitem action="CreateButton"/>
-    <toolitem action="CreateRadioButton"/>
-     <toolitem action="CreateLine"/>
-    <toolitem action="CreateArrow"/>
-    <toolitem action="CreateRectangle"/>
-    <toolitem action="CreateEllipse"/>
   </toolbar>
 
   <accelerator name="CopyRight"		 action="CopyRight"/>
diff --git a/src/HILDON_Gnumeric-gtk.xml.in b/src/HILDON_Gnumeric-gtk.xml.in
index 00da783..bcf2520 100644
--- a/src/HILDON_Gnumeric-gtk.xml.in
+++ b/src/HILDON_Gnumeric-gtk.xml.in
@@ -292,19 +292,19 @@
     <toolitem action="ColorFore"/>
   </toolbar>
   <toolbar _name="ObjectToolbar">
+    <toolitem action="CreateRectangle"/>
+    <toolitem action="CreateEllipse"/>
     <toolitem action="CreateFrame"/>
+    <toolitem action="CreateLine"/>
+    <toolitem action="CreateArrow"/>
     <toolitem action="CreateCheckbox"/>
+    <toolitem action="CreateRadioButton"/>
+    <toolitem action="CreateButton"/>
     <toolitem action="CreateScrollbar"/>
     <toolitem action="CreateSpinButton"/>
     <toolitem action="CreateSlider"/>
     <toolitem action="CreateList"/>
     <toolitem action="CreateCombo"/>
-    <toolitem action="CreateButton"/>
-    <toolitem action="CreateRadioButton"/>
-    <toolitem action="CreateLine"/>
-    <toolitem action="CreateArrow"/>
-    <toolitem action="CreateRectangle"/>
-    <toolitem action="CreateEllipse"/>
   </toolbar>
 
   <accelerator name="CopyRight"		 action="CopyRight"/>
diff --git a/src/pixmaps/object_label_24.png b/src/pixmaps/object_label_24.png
index 0196608..ffa9692 100644
Binary files a/src/pixmaps/object_label_24.png and b/src/pixmaps/object_label_24.png differ



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