summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2008-07-26 18:31:22 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2008-07-26 18:31:22 +0000
commit1fcbe73cfdaa114215bcba522fd94afce270e027 (patch)
treebfce13c6aeb7e288944774cc9104ae92d6df74f6 /src
parentadd style selector for tweak tool (diff)
downloadinkscape-1fcbe73cfdaa114215bcba522fd94afce270e027.tar.gz
inkscape-1fcbe73cfdaa114215bcba522fd94afce270e027.zip
fix tweak page id
(bzr r6424)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp2
1 files changed, 1 insertions, 1 deletions
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);