summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/path.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-01-02 18:23:25 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-01-02 18:23:25 +0000
commit319a6309b90ad4674b117bbda0df9f34b3455053 (patch)
tree2e5242884aff5213a4fbb686418ba9976b18dbdf /src/live_effects/parameter/path.cpp
parentmake LPE parameters responsible for transformation (LPE cycles through its pa... (diff)
downloadinkscape-319a6309b90ad4674b117bbda0df9f34b3455053.tar.gz
inkscape-319a6309b90ad4674b117bbda0df9f34b3455053.zip
fix typo notepath => nodepath
(bzr r4369)
Diffstat (limited to 'src/live_effects/parameter/path.cpp')
-rw-r--r--src/live_effects/parameter/path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/parameter/path.cpp b/src/live_effects/parameter/path.cpp
index 53e15c9a5..9bc81d521 100644
--- a/src/live_effects/parameter/path.cpp
+++ b/src/live_effects/parameter/path.cpp
@@ -142,7 +142,7 @@ PathParam::param_editOncanvas(SPItem * item, SPDesktop * dt)
}
void
-PathParam::param_setup_notepath(Inkscape::NodePath::Path *np)
+PathParam::param_setup_nodepath(Inkscape::NodePath::Path *np)
{
np->show_helperpath = true;
np->helperpath_rgba = 0x009000ff;