remove version from titlebar

This commit is contained in:
Damien Elmes 2009-01-08 09:58:41 +09:00
parent 82cf0173a3
commit 7b34084367

View file

@ -1616,7 +1616,7 @@ day = :d""", d=yesterday)
def updateTitleBar(self): def updateTitleBar(self):
"Display the current deck and card count in the titlebar." "Display the current deck and card count in the titlebar."
title=ankiqt.appName + " " + ankiqt.appVersion title=ankiqt.appName
if self.deck != None: if self.deck != None:
deckpath = self.deck.name() deckpath = self.deck.name()
if self.deck.modifiedSinceSave(): if self.deck.modifiedSinceSave():