Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/memorizetoolbar.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-11-24 16:06:41 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-11-24 16:06:41 (GMT)
commit34f8c839f6ee8a21fd481d4b32d0ae965fa362bd (patch)
treee69df2f4a51ac5eb5122a2502b81ab974186e8fe /memorizetoolbar.py
parent55dbd0d3c8d936739f6d53828850c3a113156079 (diff)
Brought the drumgit game back
Diffstat (limited to 'memorizetoolbar.py')
-rwxr-xr-xmemorizetoolbar.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/memorizetoolbar.py b/memorizetoolbar.py
index d78e7dc..46049c8 100755
--- a/memorizetoolbar.py
+++ b/memorizetoolbar.py
@@ -35,10 +35,12 @@ class MemorizeToolbar(gtk.Toolbar):
standard_game_names = ['Load demo games',
'addition',
'letters',
+ 'drumgit'
]
translated_game_names = [_('Load demo games'),
_('addition'),
_('letters'),
+ _('drumgit')
]
__gsignals__ = {