diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-01-19 20:43:54 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-01-19 20:43:54 +0000 |
| commit | 373eac40559c30458ee70a3c855bab0910dafc9a (patch) | |
| tree | 3822b0bd07e1e550047f15b18c7dc629a175b6e2 | |
| parent | Update from Domas Jokubauskis. (diff) | |
| download | inkscape-373eac40559c30458ee70a3c855bab0910dafc9a.tar.gz inkscape-373eac40559c30458ee70a3c855bab0910dafc9a.zip | |
rename wave to ribbon
(bzr r2244)
| -rw-r--r-- | share/extensions/pathalongpath.inx | 2 | ||||
| -rw-r--r-- | share/extensions/pathalongpath.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/extensions/pathalongpath.inx b/share/extensions/pathalongpath.inx index 303427a82..f7e728f0d 100644 --- a/share/extensions/pathalongpath.inx +++ b/share/extensions/pathalongpath.inx @@ -15,7 +15,7 @@ <param name="kind" type="enum" _gui-text="Deformation type:">
<item>Snake</item>
- <item>Wave</item>
+ <item>Ribbon</item>
</param>
<param name="space" type="float" _gui-text="Space between copies:" min="-10000.0" max="10000.0" >0.0</param>
diff --git a/share/extensions/pathalongpath.py b/share/extensions/pathalongpath.py index 598f3c817..ba4534b13 100644 --- a/share/extensions/pathalongpath.py +++ b/share/extensions/pathalongpath.py @@ -186,7 +186,7 @@ class PathAlongPath(pathmodifier.Diffeo): def effect(self):
self.prepareSelectionList()
- self.options.wave = (self.options.kind=="Wave")
+ self.options.wave = (self.options.kind=="Ribbon")
if self.options.copymode=="Single":
self.options.repeat =False
self.options.stretch=False
|
