diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-02-26 19:32:23 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-02-26 19:32:23 +0000 |
| commit | 9f5b36ddb7aaa7c0dc1aae8b6b7cae7333bcbb6d (patch) | |
| tree | 87e5b66d7005434125d810d4305c86726c1eb4fa /src/ui/dialog/inkscape-preferences.cpp | |
| parent | move flood under calligraphic (diff) | |
| download | inkscape-9f5b36ddb7aaa7c0dc1aae8b6b7cae7333bcbb6d.tar.gz inkscape-9f5b36ddb7aaa7c0dc1aae8b6b7cae7333bcbb6d.zip | |
rename flood to paintbucket, copyedit
(bzr r2449)
Diffstat (limited to '')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index c9e154201..16be12449 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -380,6 +380,9 @@ void InkscapePreferences::initPageTools() _("If on, pen width is in absolute units (px) independent of zoom; otherwise pen width depends on zoom so that it looks the same at any zoom")); _page_calligraphy.add_line( false, "", _calligrapy_keep_selected, "", _("If on, each object created with this tool will remain selected after you finish drawing it")); + //Paint Bucket + this->AddPage(_page_paintbucket, _("Paint Bucket"), iter_tools, PREFS_PAGE_TOOLS_PAINTBUCKET); + this->AddNewObjectsStyle(_page_paintbucket, "tools.paintbucket"); //Text this->AddPage(_page_text, _("Text"), iter_tools, PREFS_PAGE_TOOLS_TEXT); this->AddSelcueCheckbox(_page_text, "tools.text", true); @@ -397,9 +400,6 @@ 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() |
