From 5218ffdac0a504cbd0c1b229ac899db9b7f9771c Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Mon, 20 Jul 2009 21:22:02 +0000 Subject: ëmpty box error message --- (limited to 'tasetup.py') diff --git a/tasetup.py b/tasetup.py index 440b08c..6899067 100644 --- a/tasetup.py +++ b/tasetup.py @@ -275,6 +275,7 @@ def setup_misc(tw): tw.status_shapes['nostack'] = load_image(tw.path, '', 'nostack') tw.status_shapes['noinput'] = load_image(tw.path, '', 'noinput') tw.status_shapes['emptyheap'] = load_image(tw.path, '', 'emptyheap') + tw.status_shapes['emptybox'] = load_image(tw.path, '', 'emptybox') tw.status_shapes['nomedia'] = load_image(tw.path, '', 'nomedia') tw.status_shapes['nocode'] = load_image(tw.path, '', 'nocode') tw.status_shapes['syntaxerror'] = load_image(tw.path, '', 'syntaxerror') -- cgit v0.9.1