diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-04-08 17:50:06 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-04-08 17:50:06 +0000 |
| commit | 586cb25f967bbac8815aba77781d21f5d0763b89 (patch) | |
| tree | ddf2afe639c6e9d591555d88739bec1f225c951d /src/live_effects/effect.h | |
| parent | since marker size depends on stroke width, write stroke width if there's no s... (diff) | |
| download | inkscape-586cb25f967bbac8815aba77781d21f5d0763b89.tar.gz inkscape-586cb25f967bbac8815aba77781d21f5d0763b89.zip | |
rename LPEPathAlongPath -> LPEBendPath
(bzr r5385)
Diffstat (limited to 'src/live_effects/effect.h')
| -rw-r--r-- | src/live_effects/effect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h index 4293fd854..2f8014cc6 100644 --- a/src/live_effects/effect.h +++ b/src/live_effects/effect.h @@ -51,7 +51,7 @@ namespace NodePath { namespace LivePathEffect { enum EffectType { - PATH_ALONG_PATH = 0, + BEND_PATH = 0, SKELETAL_STROKES, SKETCH, VONKOCH, |
