From 1d5319be2aab4d68212a133e2d4946c85618a1e3 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 06 Nov 2010 20:39:09 +0000 Subject: add warning message for duplicate/incmpatible blocks --- (limited to 'TurtleArt/taconstants.py') 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 -- cgit v0.9.1