diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-01-03 18:30:52 +0100 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-01-03 18:30:52 +0100 |
| commit | 8351a36cbcbe8529ec1c0bb60d77bf65fb59fe12 (patch) | |
| tree | bde5b8890f0bb80adfe2f9dea4bd42fa70fa03cf /raphodo/aboutdialog.py | |
| parent | c5fc6c6030d7d9d1b2af3d5165bebed3decd741b (diff) | |
New upstream version 0.9.7upstream/0.9.7
Diffstat (limited to 'raphodo/aboutdialog.py')
| -rw-r--r-- | raphodo/aboutdialog.py | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/raphodo/aboutdialog.py b/raphodo/aboutdialog.py index 49ecb56..280228b 100644 --- a/raphodo/aboutdialog.py +++ b/raphodo/aboutdialog.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2017 Damon Lynch <damonlynch@gmail.com> +# Copyright (C) 2016-2018 Damon Lynch <damonlynch@gmail.com> # This file is part of Rapid Photo Downloader. # @@ -21,7 +21,7 @@ Display an About window """ __author__ = 'Damon Lynch' -__copyright__ = "Copyright 2016-2017, Damon Lynch" +__copyright__ = "Copyright 2016-2018, Damon Lynch" from gettext import gettext as _ @@ -108,7 +108,7 @@ class AboutDialog(QDialog): # Credits view credits_text = """ - Copyright © 2007-2017 Damon Lynch. + Copyright © 2007-2018 Damon Lynch. Portions copyright © 2008-2015 Canonical Ltd. Portions copyright © 2013 Bernard Baeyens. Portions copyright © 2012-2015 Jim Easterbrook. @@ -120,6 +120,7 @@ class AboutDialog(QDialog): Home icon courtesy %(artlink3)s. Speech bubble courtesy %(artlink4)s. Lightbulb icon courtesy %(artlink5)s. + Unlink icon courtesy %(artlink6)s. Translators: @@ -185,7 +186,9 @@ class AboutDialog(QDialog): artlink3='<a href="https://www.iconfinder.com/Enesdal" style="color: white;">Enes' ' Dal</a>', artlink4='<a href="http://www.iconsolid.com/" style="color: white;">Icons Solid</a>', - artlink5='<a href="https://sellfy.com/designcoon" style="color: white;">Icon Coon</a>' + artlink5='<a href="https://sellfy.com/designcoon" style="color: white;">Icon Coon</a>', + artlink6='<a href="https://www.iconfinder.com/icons/1608708/unlink_icon" style="color: ' + 'white;">Dave Gandy</a>' ) style_sheet = """QLabel { |
