Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/FortuneMaker.activity
diff options
context:
space:
mode:
authorJustin Lewis <jtl1728@rit.edu>2010-02-15 17:50:40 (GMT)
committer Justin Lewis <jtl1728@rit.edu>2010-02-15 17:51:25 (GMT)
commitc7bf4ec4cf932c98e6620f437119f6bad20f46ba (patch)
tree17799a627f2e80d176ad2179d0f8c777eb5ee1d7 /FortuneMaker.activity
parent2a80b314887d49c2c64f3b31235f477ec2dc1440 (diff)
Expanded constants file
Diffstat (limited to 'FortuneMaker.activity')
-rw-r--r--FortuneMaker.activity/constants.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/FortuneMaker.activity/constants.py b/FortuneMaker.activity/constants.py
index 92f09e0..426f410 100644
--- a/FortuneMaker.activity/constants.py
+++ b/FortuneMaker.activity/constants.py
@@ -89,5 +89,10 @@ ITEM_FLAGS = {
# Integer Driven
THEME_NAME = [
_('Default Theme'),
- _('Theme 2')
+ _('Ice'),
+ _('Fire'),
+ _('Ice'),
+ _('Jungle'),
+ _('Desert'),
+ _('Astral')
]