Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/taconstants.py
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArt/taconstants.py')
-rw-r--r--TurtleArt/taconstants.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py
index 49a8dc3..df87da3 100644
--- a/TurtleArt/taconstants.py
+++ b/TurtleArt/taconstants.py
@@ -695,10 +695,10 @@ MEDIA_SHAPES = ['audiooff', 'audioon', 'audiosmall',
OVERLAY_SHAPES = ['Cartesian', 'Cartesian_labeled', 'polar']
-STATUS_SHAPES = ['status', 'info', 'nostack', 'noinput', 'emptyheap',
- 'emptybox', 'nomedia', 'nocode', 'overflowerror', 'negroot',
- 'syntaxerror', 'nofile', 'nojournal', 'zerodivide',
- 'notanumber']
+STATUS_SHAPES = ['status', 'info', 'nostack', 'dupstack', 'noinput',
+ 'emptyheap', 'emptybox', 'nomedia', 'nocode', 'overflowerror',
+ 'negroot', 'syntaxerror', 'nofile', 'nojournal', 'zerodivide',
+ 'notanumber', 'incompatible']
#
# Emulate Sugar toolbar when running from outside of Sugar