summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cc974d8)
raw | patch | inline | side by side (parent: cc974d8)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Mon, 29 May 2006 18:39:38 +0000 (18:39 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Mon, 29 May 2006 18:39:38 +0000 (18:39 +0000) |
src/interface.cpp | patch | blob | history |
diff --git a/src/interface.cpp b/src/interface.cpp
index 959e231e2a52436c568da2765d89f3c0d4fce738..2f4a4d033b4693e60931aa9f8bc305658bd8a55a 100644 (file)
--- a/src/interface.cpp
+++ b/src/interface.cpp
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