profile name in title bar

This commit is contained in:
Damien Elmes 2013-05-22 13:04:45 +09:00
parent 04b010a6d1
commit 41d7f716bb

View file

@ -213,6 +213,8 @@ Are you sure?""")):
self.resize(500, 400)
# toolbar needs to be retranslated
self.toolbar.draw()
# titlebar
self.setWindowTitle("Anki - " + self.pm.name)
# show and raise window for osx
self.show()
self.activateWindow()