From 6d91c1743263da8bd9847dc0b5e5e707ad736d7d Mon Sep 17 00:00:00 2001
From: Alberto Sottile
Date: Fri, 1 Feb 2019 10:25:10 +0100
Subject: [PATCH] About dialog: update copyright year
---
syncplay/ui/gui.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/syncplay/ui/gui.py b/syncplay/ui/gui.py
index 05acea3..ed12463 100755
--- a/syncplay/ui/gui.py
+++ b/syncplay/ui/gui.py
@@ -130,7 +130,7 @@ class AboutDialog(QtWidgets.QDialog):
"
Python " + python_version() + " - " + __binding__ + " " + __binding_version__ +
" - Qt " + __qt_version__ + "
")
licenseLabel = QtWidgets.QLabel(
- "Copyright © 2012–2018 Syncplay
" +
+ "
Copyright © 2012–2019 Syncplay
" +
getMessage("about-dialog-license-text") + "
")
aboutIconPixmap = QtGui.QPixmap(resourcespath + "syncplay.png")
aboutIconLabel = QtWidgets.QLabel()