2
0
mirror of https://github.com/mbusb/multibootusb synced 2024-11-18 15:25:46 +00:00

Merge pull request #167 from metemaddar/master

Ability to work with PyQt4
This commit is contained in:
multibootusb 2017-05-13 20:01:14 +05:30 committed by GitHub
commit 807756981c

View File

@ -552,7 +552,7 @@ Are you SURE you want to enable it?",
msgBox.setInformativeText("Reboot to boot from USB or test it from <b>Boot ISO/USB</b> tab.");
msgBox.setStandardButtons(QtWidgets.QMessageBox.Ok)
msgBox.setIcon(QtWidgets.QMessageBox.Information)
msgBox.exec()
msgBox.exec_()
self.ui_enable_controls()