summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJosh Andler <scislac@gmail.com>2014-05-05 18:29:46 +0000
committerJosh Andler <scislac@gmail.com>2014-05-05 18:29:46 +0000
commit65c7b8f3c893e681b5d395cbef9a8b37d17e07a8 (patch)
treef0dc7d1789f1ce7066c8a2c009421a07c72aa211 /src
parentAdd one more ifdef for LPETool prefs. Thanks suv! (diff)
downloadinkscape-65c7b8f3c893e681b5d395cbef9a8b37d17e07a8.tar.gz
inkscape-65c7b8f3c893e681b5d395cbef9a8b37d17e07a8.zip
Apparently I didn't look twice before committing. Thanks suv!
(bzr r13338)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index e757bf702..b6095fa8b 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -503,8 +503,8 @@ void InkscapePreferences::initPageTools()
#ifdef WITH_LPETOOL
//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");
+ this->AddPage(_page_lpetool, _("LPE Tool"), iter_tools, PREFS_PAGE_TOOLS_LPETOOL);
+ this->AddNewObjectsStyle(_page_lpetool, "/tools/lpetool");
#endif // WITH_LPETOOL
}