Code

Initial cut of eraser tool
[inkscape.git] / src / ui / dialog / inkscape-preferences.cpp
index fbcdc665bf6799f215dfc0f7c67dae50f88dda42..6660e6273f58643a09dcbbcc89cc0dc2c5562e5e 100644 (file)
@@ -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);