From: buliabyak Date: Mon, 29 May 2006 18:39:38 +0000 (+0000) Subject: swap order of palette and statusbar commands to match the screen layout X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e1f71125d0e37dbbab6c19b6c23724dbdd49e933;p=inkscape.git swap order of palette and statusbar commands to match the screen layout --- diff --git a/src/interface.cpp b/src/interface.cpp index 959e231e2..2f4a4d033 100644 --- a/src/interface.cpp +++ b/src/interface.cpp @@ -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