summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 152fde6)
raw | patch | inline | side by side (parent: 152fde6)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Mon, 5 Nov 2007 19:38:18 +0000 (19:38 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Mon, 5 Nov 2007 19:38:18 +0000 (19:38 +0000) |
src/live_effects/effect.cpp | patch | blob | history |
index 03a27b6da5bb7e9478b0d2269b765395379d8916..a1cb355a41b3361227892e8963e901c02febba66 100644 (file)
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"},