summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJosh Andler <scislac@gmail.com>2014-05-05 18:22:35 +0000
committerJosh Andler <scislac@gmail.com>2014-05-05 18:22:35 +0000
commit1fd4e3f17b3d591c56d0a50b877909791cd6c05e (patch)
tree0c5a6c1b96beeb994aadb73413676d5dbf09990a /src
parentMake experimental feature enabling more unified/easy. (diff)
downloadinkscape-1fd4e3f17b3d591c56d0a50b877909791cd6c05e.tar.gz
inkscape-1fd4e3f17b3d591c56d0a50b877909791cd6c05e.zip
Add one more ifdef for LPETool prefs. Thanks suv!
(bzr r13337)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index 559398a84..e757bf702 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -500,10 +500,12 @@ void InkscapePreferences::initPageTools()
_page_connector.add_line(false, "", _connector_ignore_text, "",
_("If on, connector attachment points will not be shown for text objects"));
+#ifdef WITH_LPETOOL
//LPETool
- // commented out, because the LPETool is not finished yet.
+ //disabled, 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");
+#endif // WITH_LPETOOL
}
void InkscapePreferences::initPageUI()