diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-03-22 00:17:46 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-03-22 00:17:46 +0000 |
| commit | a12a4f53de50adadebc280a558e76d3ced2b6e5d (patch) | |
| tree | 0bc402a221d8b0d9913c06136567738e6aad4300 /src/widgets/toolbox.cpp | |
| parent | temporary fix. removed LPE context verb. now toolbar is normal again in windows. (diff) | |
| download | inkscape-a12a4f53de50adadebc280a558e76d3ced2b6e5d.tar.gz inkscape-a12a4f53de50adadebc280a558e76d3ced2b6e5d.zip | |
Really fix compile (patch by Krzysztof KosiĆski)
(bzr r5154)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index c59447b78..d3fef1f8d 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -103,7 +103,7 @@ #include "svg/css-ostringstream.h" -#include "../dialogs/calligraphic-profile-rename.h" +#include "widgets/calligraphic-profile-rename.h" using Inkscape::UnitTracker; |
