diff options
| author | Antoine Beaupré <anarcat@debian.org> | 2018-03-14 12:25:11 -0400 |
|---|---|---|
| committer | Antoine Beaupré <anarcat@debian.org> | 2018-03-14 12:25:11 -0400 |
| commit | 19c038a39f39ca58ec9eda218f412856fa149fb4 (patch) | |
| tree | 16bee584700903300b29518d9a7f0c6c3c916b50 /raphodo/aboutdialog.py | |
| parent | d1098f6cc37c5b7b98a28470781f3c4dd5d046d5 (diff) | |
| parent | 0a297829eaf3912c939e1b43a3ef6ddeb7607b38 (diff) | |
Merge tag 'upstream/0.9.9'
Upstream version 0.9.9
Diffstat (limited to 'raphodo/aboutdialog.py')
| -rw-r--r-- | raphodo/aboutdialog.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/raphodo/aboutdialog.py b/raphodo/aboutdialog.py index 280228b..72eddc2 100644 --- a/raphodo/aboutdialog.py +++ b/raphodo/aboutdialog.py @@ -59,11 +59,11 @@ class AboutDialog(QDialog): title_bottom = 45 left_margin = 16 - transparency = "rgba(0, 0, 0, 200)" + transparency = "rgba(0, 0, 0, 130)" # Standard About view - msg = """Copyright © 2007-2017 Damon Lynch.<br><br> + msg = """Copyright © 2007-2018 Damon Lynch.<br><br> <a href="http://www.damonlynch.net/rapid" %(link_style)s> www.damonlynch.net/rapid</a><br><br> This program comes with absolutely no warranty.<br> @@ -114,7 +114,7 @@ class AboutDialog(QDialog): Portions copyright © 2012-2015 Jim Easterbrook. Portions copyright © 2012 Sven Marnach. - Photo %(photolink)s copyright © 2014 Damon Lynch, all rights reserved. + Photo %(photolink)s copyright © 2014-2018 Damon Lynch, all rights reserved. Camera icon courtesy %(artlink1)s. Video camera icon courtesy %(artlink2)s. Home icon courtesy %(artlink3)s. @@ -178,8 +178,8 @@ class AboutDialog(QDialog): credits_text = credits_text.replace(i, j) credits_text = credits_text % dict( - photolink="""<a href="https://500px.com/photo/65727425/afghan-men-pulling-heavy-load-by - -damon-lynch" style="color: white;">Afghan Men Pulling Heavy Load</a>""", + photolink="""<a href="https://500px.com/photo/246096445/afghan-men-pulling-heavy-load- + by-damon-lynch" style="color: white;">Afghan Men Pulling Heavy Load</a>""", artlink1='<a href="http://www.webalys.com" style="color: white;">Vincent Le Moign</a>', artlink2="""<a href="https://www.iconfinder.com/bluewolfski" style="color: white;">The Pictographers</a>""", |
