diff options
| author | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-05-07 00:19:19 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-05-07 00:19:19 +0000 |
| commit | 1ddc7ec2acf950829c709aee064da51475b1f8c9 (patch) | |
| tree | 75e2e73703fdf1821138ed3aac4877d2a253b4d8 /src/ui/dialog | |
| parent | Update to trunk (diff) | |
| parent | Documentation. Advanced tutorial update (not fully translated). (diff) | |
| download | inkscape-1ddc7ec2acf950829c709aee064da51475b1f8c9.tar.gz inkscape-1ddc7ec2acf950829c709aee064da51475b1f8c9.zip | |
Update to trunk
(bzr r13090.1.72)
Diffstat (limited to 'src/ui/dialog')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index 559398a84..b6095fa8b 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. - //this->AddPage(_page_lpetool, _("LPE Tool"), iter_tools, PREFS_PAGE_TOOLS_LPETOOL); - //this->AddNewObjectsStyle(_page_lpetool, "/tools/lpetool"); + //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() |
