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-10-11 16:01:17 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-10-11 16:01:17 (GMT)
commita5232a0be3070d4dc4739b97600e245f8d59e9ce (patch)
tree031db141fd5b06eb0a13fd84478d82773358a51a /tasetup.py
parent26114b22cc8530dcf8aa6031bd4997eecfa57413 (diff)
adding new alert
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 131e8bc..dbc86a0 100644
--- a/tasetup.py
+++ b/tasetup.py
@@ -283,6 +283,7 @@ def setup_misc(tw):
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['overflowerror'] = load_image, '', 'overflowerror')
tw.status_shapes['syntaxerror'] = load_image(tw.path, '', 'syntaxerror')
tw.status_spr = sprNew(tw,0,(tw.height-175), \
tw.status_shapes['status'],True)