Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTam.py
diff options
context:
space:
mode:
authorNathanaël Lécaudé <Nat@localhost.localdomain>2006-11-10 02:52:42 (GMT)
committer Nathanaël Lécaudé <Nat@localhost.localdomain>2006-11-10 02:52:42 (GMT)
commitd55e9726f190f4f7b9403857394da64b7b195ae8 (patch)
tree104aa40694b9b72812a837577e682b7b42951041 /TamTam.py
parent55f8c45b84350fea4f2c7b73c344324a8b35b8be (diff)
Fix for loading of sounds
Diffstat (limited to 'TamTam.py')
-rwxr-xr-xTamTam.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TamTam.py b/TamTam.py
index 6279ac0..9b9b112 100755
--- a/TamTam.py
+++ b/TamTam.py
@@ -24,7 +24,7 @@ if __name__ == "__main__":
tamtam = StandAlonePlayer()
#tamtam = gtk.Button("adsf")
mainwin = gtk.Window(gtk.WINDOW_TOPLEVEL)
- mainwin.set_title('TamTam Player')
+ mainwin.set_title('miniTamTam')
mainwin.set_resizable(False)
mainwin.connect('destroy' , gtk.main_quit )
mainwin.connect( "key-press-event", tamtam.keyboardStandAlone.onKeyPress )