Code

Patch by Johan for LPE Tool prefs page
authorJosh Andler <scislac@gmail.com>
Wed, 7 Jul 2010 01:50:10 +0000 (18:50 -0700)
committerJosh Andler <scislac@gmail.com>
Wed, 7 Jul 2010 01:50:10 +0000 (18:50 -0700)
src/ui/dialog/inkscape-preferences.cpp

index 866ae01e5c1edd1f9b84a606b766914527b2c6e8..8f5194eda4db9651e83a90e5ea702c28d0d1e01c 100644 (file)
@@ -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);