Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tacollaboration.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-06-11 01:14:41 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-06-11 01:14:41 (GMT)
commitc1353022794ac6f4442a1ddcbb6a81c8d07b714c (patch)
treeeec6a58e494ad9567eee91f34d5e65216db94a09 /TurtleArt/tacollaboration.py
parentaa6c17b38e5a4d675c397b57552b458a2ad51eb5 (diff)
use different dispatch code for share (#3685)
Diffstat (limited to 'TurtleArt/tacollaboration.py')
-rw-r--r--TurtleArt/tacollaboration.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TurtleArt/tacollaboration.py b/TurtleArt/tacollaboration.py
index 36ad555..1fb18a2 100644
--- a/TurtleArt/tacollaboration.py
+++ b/TurtleArt/tacollaboration.py
@@ -84,7 +84,7 @@ class Collaboration():
'p': self._set_pen_state,
'F': self._fill_polygon,
'P': self._draw_pixbuf,
- 'P': self._paste,
+ 'B': self._paste,
'S': self._speak
}