summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/inkscape-preferences.cpp
diff options
context:
space:
mode:
authorJohn Bintz <me@johnbintz.com>2007-02-25 06:04:46 +0000
committerjohncoswell <johncoswell@users.sourceforge.net>2007-02-25 06:04:46 +0000
commit3d5921c0249b6dba6d3035a760d7232811c3654e (patch)
tree524eadd72b4595172e952c39624be57f743e07bc /src/ui/dialog/inkscape-preferences.cpp
parentFactor out bpath_to_Path (diff)
downloadinkscape-3d5921c0249b6dba6d3035a760d7232811c3654e.tar.gz
inkscape-3d5921c0249b6dba6d3035a760d7232811c3654e.zip
Add flood fill tool
(bzr r2432)
Diffstat (limited to 'src/ui/dialog/inkscape-preferences.cpp')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index 34cdee00b..c9e154201 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -397,6 +397,9 @@ void InkscapePreferences::initPageTools()
this->AddPage(_page_dropper, _("Dropper"), iter_tools, PREFS_PAGE_TOOLS_DROPPER);
this->AddSelcueCheckbox(_page_dropper, "tools.dropper", true);
this->AddGradientCheckbox(_page_dropper, "tools.dropper", true);
+ //Flood
+ this->AddPage(_page_flood, _("Flood Fill"), iter_tools, PREFS_PAGE_TOOLS_FLOOD);
+ this->AddNewObjectsStyle(_page_flood, "tools.flood");
}
void InkscapePreferences::initPageWindows()