diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-01-15 21:30:53 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-01-15 21:30:53 +0000 |
| commit | a8fba8ca29898cf900b89779f824510e1400d14c (patch) | |
| tree | 3fa15d7cadf05506215b02d01f287ed8393ce872 /src | |
| parent | Fix wrong offset when Ctrl+dragging 3D boxes by their center (diff) | |
| download | inkscape-a8fba8ca29898cf900b89779f824510e1400d14c.tar.gz inkscape-a8fba8ca29898cf900b89779f824510e1400d14c.zip | |
hopefully fix compile error on linux
(bzr r4498)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/livepatheffect-editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/livepatheffect-editor.h b/src/ui/dialog/livepatheffect-editor.h index aed17434d..dc852dd7f 100644 --- a/src/ui/dialog/livepatheffect-editor.h +++ b/src/ui/dialog/livepatheffect-editor.h @@ -18,7 +18,7 @@ #include <gtkmm/label.h> #include <gtkmm/comboboxtext.h> #include <gtkmm/frame.h> -#include <gtkmm/tooltip.h> +#include <gtkmm/tooltips.h> #include "ui/widget/combo-enums.h" #include "live_effects/effect.h" |
