Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
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
parent55dbd0d3c8d936739f6d53828850c3a113156079 (diff)
Brought the drumgit game back
-rw-r--r--NEWS1
-rw-r--r--demos/drumgit.zipbin0 -> 687926 bytes
-rwxr-xr-xmemorizetoolbar.py2
3 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3449205..e98cdfb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+* Brought the drumgit game back (erikos)
* Release sound device when not in focus (erikos)
21
diff --git a/demos/drumgit.zip b/demos/drumgit.zip
new file mode 100644
index 0000000..f544d19
--- /dev/null
+++ b/demos/drumgit.zip
Binary files differ
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__ = {