From 54d650047ae80f0730227e65eb6bc439b7934365 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Wed, 04 Dec 2013 00:18:06 +0000 Subject: more tweaks to get URL, including new status block --- (limited to 'TurtleArt/taconstants.py') diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py index 4cedb34..78cb9e1 100644 --- a/TurtleArt/taconstants.py +++ b/TurtleArt/taconstants.py @@ -287,7 +287,7 @@ OVERLAY_SHAPES = ['Cartesian', 'Cartesian_labeled', 'polar', 'metric'] STATUS_SHAPES = ['status', 'info', 'nostack', 'dupstack', 'noinput', 'emptyheap', 'emptybox', 'nomedia', 'nocode', 'overflowerror', 'negroot', 'syntaxerror', 'nofile', 'nojournal', 'zerodivide', - 'notanumber', 'incompatible', 'help', 'print'] + 'notanumber', 'incompatible', 'help', 'print', 'noconnection'] # Emulate Sugar toolbar when running from outside of Sugar TOOLBAR_SHAPES = ['hideshowoff', 'eraseron', 'run-fastoff', -- cgit v0.9.1