summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3170c2b)
raw | patch | inline | side by side (parent: 3170c2b)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Fri, 16 Mar 2007 05:44:20 +0000 (05:44 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Fri, 16 Mar 2007 05:44:20 +0000 (05:44 +0000) |
share/extensions/perspective.py | patch | blob | history | |
share/extensions/summersnight.py | patch | blob | history |
index 7fab641abc61dd10467aadad328da5f589909e98..7f95ea22742dc907ad1a7188eb76dbc2c745271b 100755 (executable)
inkex.Effect.__init__(self)
def effect(self):
if len(self.options.ids) < 2:
- inkex.debug("Requires two selected paths. The second must be exctly four nodes long.")
+ inkex.debug("Requires two selected paths. The second must be exactly four nodes long.")
exit()
#obj is selected second
index 5d0fc5ae52a316d5d1121ea32ce1d5aff911cff4..af660d9d9bf12d0817cc224779a238955aabf0a7 100755 (executable)
inkex.Effect.__init__(self)
def effect(self):
if len(self.options.ids) < 2:
- inkex.debug("Requires two selected paths. The second must be exctly four nodes long.")
+ inkex.debug("Requires two selected paths. The second must be exactly four nodes long.")
exit()
#obj is selected second