summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-08-17 23:00:17 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-08-17 23:00:17 +0000
commitedfb498b153d83f38fc5e01345b292cb6c5751f1 (patch)
tree7fe37237e437236082e640fc4f1af2094ca49735 /src/live_effects/effect.cpp
parentupdated Slovak translation in trunk, removed obsolete fuzzy strings (diff)
downloadinkscape-edfb498b153d83f38fc5e01345b292cb6c5751f1.tar.gz
inkscape-edfb498b153d83f38fc5e01345b292cb6c5751f1.zip
Add lpe-skeleton for easy implementation!
(bzr r3500)
Diffstat (limited to 'src/live_effects/effect.cpp')
-rw-r--r--src/live_effects/effect.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index 404db61fb..901b80fcc 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -36,6 +36,7 @@ namespace Inkscape {
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"},
{SLANT, _("Slant"), "slant"},
{DOEFFECTSTACK_TEST, _("doEffect stack test"), "doeffectstacktest"},