Browse Source

fix init error from issue #1102

283
ThomasV 10 years ago
parent
commit
1be26dbf06
  1. 2
      gui/qt/installwizard.py

2
gui/qt/installwizard.py

@ -254,7 +254,7 @@ class InstallWizard(QDialog):
vbox.addWidget(logo)
vbox.addWidget(QLabel(msg))
vbox.addStretch(1)
vbox.addLayout(Buttons(CloseButton(self, _('Next'))))
vbox.addLayout(Buttons(CloseButton(self)))
if not self.exec_():
return None

Loading…
Cancel
Save