summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6633203)
raw | patch | inline | side by side (parent: 6633203)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Fri, 9 May 2008 14:35:57 +0000 (14:35 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Fri, 9 May 2008 14:35:57 +0000 (14:35 +0000) |
src/live_effects/lpe-knot.cpp | patch | blob | history |
index 5ac4a98d420775fd672e79b2d4aed087f4d6c324..525cb66d501872af836578ecae2b8d89b54d6072 100644 (file)
LPEKnot::LPEKnot(LivePathEffectObject *lpeobject) :
Effect(lpeobject),
// initialise your parameters here:
- interruption_width(_("Interruption width"), _("Howmuch the lower strand is obscured by the upper."), "interruption_width", &wr, this, 10)
+ interruption_width(_("Gap width"), _("The width of the gap in the path where it self-intersects"), "interruption_width", &wr, this, 10)
{
// register all your parameters here, so Inkscape knows which parameters this effect has:
registerParameter( dynamic_cast<Parameter *>(&interruption_width) );