We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d7896 commit 5bfc979Copy full SHA for 5bfc979
qgitc/aboutdialog.py
@@ -33,7 +33,7 @@ def __initTabs(self):
33
about += "<center><a href=https://github.com/timxx/qgitc>"
34
about += self.tr("Visit project host")
35
about += "</a></center><br/>"
36
- about += "<center>Copyright © 2016-2020 Weitian Leung</center>"
+ about += "<center>Copyright © 2016-2021 Weitian Leung</center>"
37
38
self.tbAbout.setHtml(about)
39
0 commit comments