summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7ae1c61)
raw | patch | inline | side by side (parent: 7ae1c61)
author | Josh Andler <scislac@gmail.com> | |
Wed, 7 Jul 2010 01:50:10 +0000 (18:50 -0700) | ||
committer | Josh Andler <scislac@gmail.com> | |
Wed, 7 Jul 2010 01:50:10 +0000 (18:50 -0700) |
src/ui/dialog/inkscape-preferences.cpp | patch | blob | history |
index 866ae01e5c1edd1f9b84a606b766914527b2c6e8..8f5194eda4db9651e83a90e5ea702c28d0d1e01c 100644 (file)
this->AddNewObjectsStyle(_page_eraser, "/tools/eraser");
//LPETool
- this->AddPage(_page_lpetool, _("LPE Tool"), iter_tools, PREFS_PAGE_TOOLS_LPETOOL);
- this->AddNewObjectsStyle(_page_lpetool, "/tools/lpetool");
+ // commented out, because the LPETool is not finished yet.
+ //this->AddPage(_page_lpetool, _("LPE Tool"), iter_tools, PREFS_PAGE_TOOLS_LPETOOL);
+ //this->AddNewObjectsStyle(_page_lpetool, "/tools/lpetool");
//Text
this->AddPage(_page_text, _("Text"), iter_tools, PREFS_PAGE_TOOLS_TEXT);