summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-01-19 20:43:54 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-01-19 20:43:54 +0000
commit373eac40559c30458ee70a3c855bab0910dafc9a (patch)
tree3822b0bd07e1e550047f15b18c7dc629a175b6e2
parentUpdate from Domas Jokubauskis. (diff)
downloadinkscape-373eac40559c30458ee70a3c855bab0910dafc9a.tar.gz
inkscape-373eac40559c30458ee70a3c855bab0910dafc9a.zip
rename wave to ribbon
(bzr r2244)
-rw-r--r--share/extensions/pathalongpath.inx2
-rw-r--r--share/extensions/pathalongpath.py2
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