diff --git a/syncplay/ui/gui.py b/syncplay/ui/gui.py index fa0b075..478c4df 100644 --- a/syncplay/ui/gui.py +++ b/syncplay/ui/gui.py @@ -1358,12 +1358,14 @@ class MainWindow(QtGui.QMainWindow): window.mainLayout.setMenuBar(window.menuBar) def openAbout(self): - AboutMsgBox = QtGui.QMessageBox.about(self,"Syncplay","Syncplay v" + version) - # AboutMsgBox = QtGui.QMessageBox() -# AboutMsgBox.setText("Test text") -# AboutMsgBox.setStandardButtons(0) -# AboutMsgBox.setModal(True) -# AboutMsgBox.exec_() + #AboutMsgBox = QtWidgets.QMessageBox.about(self,"Syncplay","Syncplay v" + version) + AboutMsgBox = QtWidgets.QMessageBox(self) + AboutMsgBox.setText("
Copyright © 2017 Syncplay
Licensed under the Apache License, Version 2.0