diff options
| author | Josh Andler <scislac@gmail.com> | 2014-05-05 18:22:35 +0000 |
|---|---|---|
| committer | Josh Andler <scislac@gmail.com> | 2014-05-05 18:22:35 +0000 |
| commit | 1fd4e3f17b3d591c56d0a50b877909791cd6c05e (patch) | |
| tree | 0c5a6c1b96beeb994aadb73413676d5dbf09990a /src | |
| parent | Make experimental feature enabling more unified/easy. (diff) | |
| download | inkscape-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.cpp | 4 |
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() |
