summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJosh Andler <scislac@gmail.com>2010-07-07 01:50:10 +0000
committerJosh Andler <scislac@gmail.com>2010-07-07 01:50:10 +0000
commitac41ce79eb1cc54e2628aa0bdbf12e40a896064a (patch)
treed631b1999b5ae43a43e5c4bda2caf696dd66ae90 /src
parentIf 'Edit' on a swatch matches the current selection, invoke Fill-and-Stroke i... (diff)
downloadinkscape-ac41ce79eb1cc54e2628aa0bdbf12e40a896064a.tar.gz
inkscape-ac41ce79eb1cc54e2628aa0bdbf12e40a896064a.zip
Patch by Johan for LPE Tool prefs page
(bzr r9585)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index 866ae01e5..8f5194eda 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -540,8 +540,9 @@ void InkscapePreferences::initPageTools()
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);