diff options
| author | Josh Andler <scislac@gmail.com> | 2014-05-05 08:40:12 +0000 |
|---|---|---|
| committer | Josh Andler <scislac@gmail.com> | 2014-05-05 08:40:12 +0000 |
| commit | e2f2dfac4f2c54eef41c4b7429fe5fb6bc5eb1d2 (patch) | |
| tree | 8a270f558f3de4b1f9a2ebbf044a964d006037b6 /src/widgets/toolbox.cpp | |
| parent | Documentation. Elements of design tutorial update ((not fully translated); Up... (diff) | |
| download | inkscape-e2f2dfac4f2c54eef41c4b7429fe5fb6bc5eb1d2.tar.gz inkscape-e2f2dfac4f2c54eef41c4b7429fe5fb6bc5eb1d2.zip | |
Make experimental feature enabling more unified/easy.
(bzr r13336)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 02da805bf..3d6f73ef1 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -1301,8 +1301,9 @@ void setup_tool_toolbox(GtkWidget *toolbox, SPDesktop *desktop) " <toolitem action='ToolDropper' />" " <toolitem action='ToolConnector' />" - -// " <toolitem action='ToolLPETool' />" +#ifdef WITH_LPETOOL + " <toolitem action='ToolLPETool' />" +#endif " </toolbar>" "</ui>"; |
