diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-07-14 01:41:18 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-07-14 01:41:18 +0200 |
commit | ce68efa17404f9d11e0ff26d2290c2e5f2efe852 (patch) | |
tree | 31f7e43fbcd6d388ce5e3a9ff9376f2d29aad4d6 /gui/dialogs | |
parent | 8bb906bbd763e7dd78010514f393e88e3d3fa393 (diff) | |
download | MultiMC-ce68efa17404f9d11e0ff26d2290c2e5f2efe852.tar MultiMC-ce68efa17404f9d11e0ff26d2290c2e5f2efe852.tar.gz MultiMC-ce68efa17404f9d11e0ff26d2290c2e5f2efe852.tar.lz MultiMC-ce68efa17404f9d11e0ff26d2290c2e5f2efe852.tar.xz MultiMC-ce68efa17404f9d11e0ff26d2290c2e5f2efe852.zip |
Change one small thing0.4
Bunnies!
Diffstat (limited to 'gui/dialogs')
-rw-r--r-- | gui/dialogs/AboutDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/dialogs/AboutDialog.cpp b/gui/dialogs/AboutDialog.cpp index 211303cc..71b2f6d6 100644 --- a/gui/dialogs/AboutDialog.cpp +++ b/gui/dialogs/AboutDialog.cpp @@ -42,7 +42,7 @@ QString getCreditsHtml(QStringList patrons) "<h3>MultiMC Developers</h3>" "<p>Andrew Okin <<a href='mailto:forkk@forkk.net'>forkk@forkk.net</a>></p>" "<p>Petr Mrázek <<a href='mailto:peterix@gmail.com'>peterix@gmail.com</a>></p>" - "<p>Sky <<a href='https://www.twitter.com/drayshak'>@drayshak</a>></p>" + "<p>Sky Welch <<a href='mailto:multimc@bunnies.io'>multimc@bunnies.io</a>></p>" "<p>Jan (02JanDal) <<a href='mailto:02jandal@gmail.com'>02jandal@gmail.com</a>></p>" "" "<h3>With thanks to</h3>" |