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/widgets/toolbox.cpp | |
| 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/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>"; |
