diff options
| author | Josh Andler <scislac@gmail.com> | 2014-05-05 18:29:46 +0000 |
|---|---|---|
| committer | Josh Andler <scislac@gmail.com> | 2014-05-05 18:29:46 +0000 |
| commit | 65c7b8f3c893e681b5d395cbef9a8b37d17e07a8 (patch) | |
| tree | f0dc7d1789f1ce7066c8a2c009421a07c72aa211 /src | |
| parent | Add one more ifdef for LPETool prefs. Thanks suv! (diff) | |
| download | inkscape-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.cpp | 4 |
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 } |
