diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-04-26 09:07:28 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-04-26 09:07:28 +0000 |
| commit | 2ea23425af0d0aac443b9b465789971c05caa0d3 (patch) | |
| tree | 1d389ecba5c32a5f7dcdc0a7c188a16e1340c586 /src/ui/dialog/inkscape-preferences.cpp | |
| parent | Fixed setting property at wrong time (diff) | |
| download | inkscape-2ea23425af0d0aac443b9b465789971c05caa0d3.tar.gz inkscape-2ea23425af0d0aac443b9b465789971c05caa0d3.zip | |
Initial cut of eraser tool
(bzr r5524)
Diffstat (limited to 'src/ui/dialog/inkscape-preferences.cpp')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index fbcdc665b..6660e6273 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -449,6 +449,8 @@ void InkscapePreferences::initPageTools() this->AddPage(_page_paintbucket, _("Paint Bucket"), iter_tools, PREFS_PAGE_TOOLS_PAINTBUCKET); this->AddSelcueCheckbox(_page_paintbucket, "tools.paintbucket", false); this->AddNewObjectsStyle(_page_paintbucket, "tools.paintbucket"); + //Calligraphy + this->AddPage(_page_eraser, _("Eraser"), iter_tools, PREFS_PAGE_TOOLS_ERASER); //Text this->AddPage(_page_text, _("Text"), iter_tools, PREFS_PAGE_TOOLS_TEXT); this->AddSelcueCheckbox(_page_text, "tools.text", true); |
