Remove slogan

I think it was just getting in the way.
This commit is contained in:
Bryan Schumaker 2010-11-28 14:12:29 -05:00
parent c0423f46c6
commit 8a4d060b4d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ height = libsaria.init_pref("ocarina.window.height", 600)
window.init(width, height)
body.init()
window.set_title("%s Your Music Everywhere" % ocarina.__vers__)
window.set_title("%s" % ocarina.__vers__)
window.set_icon("images/ocarina.png")
window.add(body.body)