Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tasetup.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-07-20 21:22:02 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-07-20 21:22:02 (GMT)
commit5218ffdac0a504cbd0c1b229ac899db9b7f9771c (patch)
tree34edc5d425ebe86fb77f82aebc5ab0372556619b /tasetup.py
parentcd9cbacea55658d6df1cb57383bbd00090abd1a4 (diff)
ëmpty box error message
Diffstat (limited to 'tasetup.py')
-rw-r--r--tasetup.py1
1 files changed, 1 insertions, 0 deletions
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')