About dialog: update copyright year
This commit is contained in:
parent
29bfcc8cef
commit
6d91c17432
@ -130,7 +130,7 @@ class AboutDialog(QtWidgets.QDialog):
|
|||||||
"<br />Python " + python_version() + " - " + __binding__ + " " + __binding_version__ +
|
"<br />Python " + python_version() + " - " + __binding__ + " " + __binding_version__ +
|
||||||
" - Qt " + __qt_version__ + "</center></p>")
|
" - Qt " + __qt_version__ + "</center></p>")
|
||||||
licenseLabel = QtWidgets.QLabel(
|
licenseLabel = QtWidgets.QLabel(
|
||||||
"<center><p>Copyright © 2012–2018 Syncplay</p><p>" +
|
"<center><p>Copyright © 2012–2019 Syncplay</p><p>" +
|
||||||
getMessage("about-dialog-license-text") + "</p></center>")
|
getMessage("about-dialog-license-text") + "</p></center>")
|
||||||
aboutIconPixmap = QtGui.QPixmap(resourcespath + "syncplay.png")
|
aboutIconPixmap = QtGui.QPixmap(resourcespath + "syncplay.png")
|
||||||
aboutIconLabel = QtWidgets.QLabel()
|
aboutIconLabel = QtWidgets.QLabel()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user