summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-11-05 19:38:18 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-11-05 19:38:18 +0000
commit78051a4e53b005b1bcd711122a92c661a699f0f4 (patch)
treefcf8497bde26fb5b86447f6f0aa13bc595cb03ed /src
parentKhmer translations updated (diff)
downloadinkscape-78051a4e53b005b1bcd711122a92c661a699f0f4.tar.gz
inkscape-78051a4e53b005b1bcd711122a92c661a699f0f4.zip
pattern along path is not obsolete :)
(bzr r4032)
Diffstat (limited to 'src')
-rw-r--r--src/live_effects/effect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index 03a27b6da..a1cb355a4 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -44,7 +44,7 @@ namespace LivePathEffect {
const Util::EnumData<EffectType> LPETypeData[INVALID_LPE] = {
// {constant defined in effect.h, N_("name of your effect"), "name of your effect in SVG"}
{PATH_ALONG_PATH, N_("Path along path"), "path_along_path"},
- {SKELETAL_STROKES, N_("[obsolete?] Pattern along path"), "skeletal"},
+ {SKELETAL_STROKES, N_("Pattern along path"), "skeletal"},
#ifdef LPE_ENABLE_TEST_EFFECTS
{SLANT, N_("Slant"), "slant"},
{DOEFFECTSTACK_TEST, N_("doEffect stack test"), "doeffectstacktest"},