From 8422bfc5a00aa51f93e517ab6d13f66531d885ea Mon Sep 17 00:00:00 2001 From: buliabyak Date: Sat, 26 Jul 2008 18:31:22 +0000 Subject: [PATCH] fix tweak page id --- src/ui/dialog/inkscape-preferences.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2