Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'tawindow.py')
-rw-r--r--tawindow.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tawindow.py b/tawindow.py
index f33d8b6..5da0f51 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -1262,10 +1262,10 @@ class TurtleArtWindow():
if self._show_button_hit(blk.spr, x, y):
n = len(blk.connections)
group = self._find_group(blk.connections[n-1])
- if blk.name == 'myfunc' and n == 4:
+ if blk.name == 'myfunc2' and n == 4:
blk.spr.labels[1] = 'f(x,y)'
blk.spr.labels[2] = ' '
- if blk.name == 'myfunc' and n == 5:
+ if blk.name == 'myfunc2' and n == 5:
blk.spr.labels[1] = 'f(x,y,z)'
dy = blk.add_arg(False)
else: