diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-05-12 14:54:08 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-05-12 14:54:08 +0000 |
| commit | a05ddf0c1291961ef112f9fe9769ea0ed482ee22 (patch) | |
| tree | 01f56ac58f6a5757c97fb7368511e4accd556c75 | |
| parent | * [INTL: fr] - A small fix following a patch from Samuel Bizien, closes #224286 (diff) | |
| download | inkscape-a05ddf0c1291961ef112f9fe9769ea0ed482ee22.tar.gz inkscape-a05ddf0c1291961ef112f9fe9769ea0ed482ee22.zip | |
it is limited but not really experimental anymore
(bzr r5655)
| -rw-r--r-- | share/extensions/interp.inx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/interp.inx b/share/extensions/interp.inx index 9e5823579..6c83f8a21 100644 --- a/share/extensions/interp.inx +++ b/share/extensions/interp.inx @@ -8,7 +8,7 @@ <param name="steps" type="int" min="1" max="1000" _gui-text="Interpolation steps">5</param> <param name="method" type="int" min="1" max="2" _gui-text="Interpolation method">2</param> <param name="dup" type="boolean" _gui-text="Duplicate endpaths">true</param> - <param name="style" type="boolean" _gui-text="Interpolate style (experimental)">false</param> + <param name="style" type="boolean" _gui-text="Interpolate style">false</param> <effect> <object-type>path</object-type> <effects-menu> |
