diff options
author | OverMighty <its.overmighty@gmail.com> | 2020-05-04 11:36:41 +0200 |
---|---|---|
committer | OverMighty <its.overmighty@gmail.com> | 2020-05-04 11:36:41 +0200 |
commit | 313a6574c15e0cc0fd9bb510609b63905d1c760b (patch) | |
tree | 02d108881481f76c6c1dd6faab0cc2b844fcf8de /application/dialogs/AboutDialog.cpp | |
parent | 381c12547fe91a7392f42337674da390841b39ed (diff) | |
parent | 5ca5661c23050d738f1d5f9ced5e7fb71eef3fce (diff) | |
download | PrismLauncher-313a6574c15e0cc0fd9bb510609b63905d1c760b.tar.gz PrismLauncher-313a6574c15e0cc0fd9bb510609b63905d1c760b.tar.bz2 PrismLauncher-313a6574c15e0cc0fd9bb510609b63905d1c760b.zip |
chore: pull changes from upstream
Diffstat (limited to 'application/dialogs/AboutDialog.cpp')
-rw-r--r-- | application/dialogs/AboutDialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/dialogs/AboutDialog.cpp b/application/dialogs/AboutDialog.cpp index a556ec05..c4e4ee24 100644 --- a/application/dialogs/AboutDialog.cpp +++ b/application/dialogs/AboutDialog.cpp @@ -46,6 +46,7 @@ QString getCreditsHtml(QStringList patrons) stream << "<p>TakSuyu <<a href='mailto:taksuyu@gmail.com'>taksuyu@gmail.com</a>></p>\n"; stream << "<p>Kilobyte <<a href='mailto:stiepen22@gmx.de'>stiepen22@gmx.de</a>></p>\n"; stream << "<p>Rootbear75 <<a href='https://twitter.com/rootbear75'>@rootbear75</a>></p>\n"; + stream << "<p>Zeker Zhayard <<a href='https://twitter.com/zeker_zhayard'>@Zeker_Zhayard</a>></p>\n"; stream << "<br />\n"; if(!patrons.isEmpty()) { |