About dialog: update copyright year

This commit is contained in:
Alberto Sottile 2019-02-01 10:25:10 +01:00
parent 29bfcc8cef
commit 6d91c17432

View File

@ -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 &copy; 2012&ndash;2018 Syncplay</p><p>" + "<center><p>Copyright &copy; 2012&ndash;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()