Code

swap order of palette and statusbar commands to match the screen layout
authorbuliabyak <buliabyak@users.sourceforge.net>
Mon, 29 May 2006 18:39:38 +0000 (18:39 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Mon, 29 May 2006 18:39:38 +0000 (18:39 +0000)
src/interface.cpp

index 959e231e2a52436c568da2765d89f3c0d4fce738..2f4a4d033b4693e60931aa9f8bc305658bd8a55a 100644 (file)
@@ -779,10 +779,10 @@ sp_ui_checkboxes_menus(GtkMenu *m, Inkscape::UI::View::View *view)
                                            checkitem_toggled, checkitem_update, Inkscape::Verb::get(SP_VERB_TOGGLE_RULERS));
     sp_ui_menu_append_check_item_from_verb(m, view, NULL, NULL, "scrollbars",
                                            checkitem_toggled, checkitem_update, Inkscape::Verb::get(SP_VERB_TOGGLE_SCROLLBARS));
-    sp_ui_menu_append_check_item_from_verb(m, view, _("_Statusbar"), _("Show or hide the statusbar (at the bottom of the window)"), "statusbar",
-                                           checkitem_toggled, checkitem_update, 0);
     sp_ui_menu_append_check_item_from_verb(m, view, _("_Palette"), _("Show or hide the color palette"), "panels",
                                            checkitem_toggled, checkitem_update, 0);
+    sp_ui_menu_append_check_item_from_verb(m, view, _("_Statusbar"), _("Show or hide the statusbar (at the bottom of the window)"), "statusbar",
+                                           checkitem_toggled, checkitem_update, 0);
 }
 
 /** \brief  This function turns XML into a menu