Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-10-31 16:32:26 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-10-31 16:32:26 (GMT)
commitbb18f7ed418deb69a2a38201f99cc203736f944a (patch)
tree31c6d64e1491ade4d2c94d9f24cf2855c73e3784 /constants.py
parent1ab6b11c83d527bdd02f04cccc34ef00b0494912 (diff)
more refactoring
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@786 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.py b/constants.py
index 18387a6..0e53b79 100644
--- a/constants.py
+++ b/constants.py
@@ -183,3 +183,4 @@ class Constants:
self.__class__.micImg = gtk.Image()
self.__class__.micImg.set_from_pixbuf( micImgPixbuf )
+ self.__class__.istrActivityName = _('Record')