Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/memorizetoolbar.py
diff options
context:
space:
mode:
authorMuriel de Souza Godoi <muriel@laptop.org>2007-11-03 03:19:38 (GMT)
committer Muriel de Souza Godoi <muriel@laptop.org>2007-11-03 03:19:38 (GMT)
commite4c072e7af66b48edd4665c1deefff78862f0dea (patch)
tree8924dc2a22eacdd7d23237dc49167dea82140909 /memorizetoolbar.py
parent693100a7f2dfcb8d4489b8e17a9929548aa450a4 (diff)
Icons and pot files updated new list of demo games
Diffstat (limited to 'memorizetoolbar.py')
-rwxr-xr-xmemorizetoolbar.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/memorizetoolbar.py b/memorizetoolbar.py
index f57c410..d78e7dc 100755
--- a/memorizetoolbar.py
+++ b/memorizetoolbar.py
@@ -34,19 +34,11 @@ class MemorizeToolbar(gtk.Toolbar):
standard_game_names = ['Load demo games',
'addition',
- 'capitals',
- 'drumgit',
'letters',
- 'numbers',
- 'phonemes'
]
translated_game_names = [_('Load demo games'),
_('addition'),
- _('capitals'),
- _('drumgit'),
_('letters'),
- _('numbers'),
- _('phonemes')
]
__gsignals__ = {