diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-08-25 21:24:25 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-08-25 21:24:25 +0000 |
| commit | 5f55888182ba4c6fa014993041f40296834ee85a (patch) | |
| tree | b70600c55c60d54d1a1a4a0753a966363dafeb5e /src/live_effects/effect.cpp | |
| parent | Add #define to disable "test" LPE's (diff) | |
| download | inkscape-5f55888182ba4c6fa014993041f40296834ee85a.tar.gz inkscape-5f55888182ba4c6fa014993041f40296834ee85a.zip | |
Rename "Skeletal Strokes" LPE to "Path along path" to better describe what it does.
(bzr r3584)
Diffstat (limited to 'src/live_effects/effect.cpp')
| -rw-r--r-- | src/live_effects/effect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index 6a880c07b..a7f4d5781 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -37,7 +37,7 @@ namespace LivePathEffect { const Util::EnumData<EffectType> LPETypeData[INVALID_LPE] = {
// {constant defined in effect.h, _("name of your effect"), "name of your effect in SVG"}
- {SKELETAL_STROKES, _("Skeletal Strokes"), "skeletal"},
+ {SKELETAL_STROKES, _("Path along path"), "skeletal"},
#ifdef LPE_ENABLE_TEST_EFFECTS
{SLANT, _("Slant"), "slant"},
{DOEFFECTSTACK_TEST, _("doEffect stack test"), "doeffectstacktest"},
|
