show wallet name in wizard

This commit is contained in:
ThomasV 2015-02-02 18:38:12 +01:00
parent 0b674eb35d
commit 50c6a2fcbd
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class InstallWizard(QDialog):
self.storage = storage
self.setMinimumSize(575, 400)
self.setMaximumSize(575, 400)
self.setWindowTitle('Electrum')
self.setWindowTitle('Electrum' + ' - ' + os.path.basename(self.storage.path))
self.connect(self, QtCore.SIGNAL('accept'), self.accept)
self.stack = QStackedLayout()
self.setLayout(self.stack)