From: johanengelen Date: Mon, 5 Nov 2007 19:38:18 +0000 (+0000) Subject: pattern along path is not obsolete :) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1b7124186a6141d1815b03df89a672f576c44b0f;p=inkscape.git pattern along path is not obsolete :) --- 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 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"},