Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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__ = {