From: buliabyak Date: Sat, 26 Jul 2008 18:31:22 +0000 (+0000) Subject: fix tweak page id X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8422bfc5a00aa51f93e517ab6d13f66531d885ea;p=inkscape.git fix tweak page id --- diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index 956083a40..e7e8892ca 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -404,7 +404,7 @@ void InkscapePreferences::initPageTools() _page_node.add_line( false, _("Flash time"), _t_node_pathflash_timeout, "ms", _("Specifies how long the path outline will be visible after a mouse-over (in milliseconds). Specify 0 to have the outline shown until mouse leaves the path."), false); //Tweak - this->AddPage(_page_tweak, _("Tweak"), iter_tools, PREFS_PAGE_TOOLS_NODE); + this->AddPage(_page_tweak, _("Tweak"), iter_tools, PREFS_PAGE_TOOLS_TWEAK); this->AddNewObjectsStyle(_page_tweak, "tools.tweak", _("Paint objects with:")); AddSelcueCheckbox(_page_tweak, "tools.tweak", true); AddGradientCheckbox(_page_tweak, "tools.tweak", false);