Qt: Add Patreon link to about screen
Jeffrey Pfau jeffrey@endrift.com
Sat, 17 Sep 2016 12:06:31 -0700
1 files changed,
5 insertions(+),
4 deletions(-)
jump to
M
src/platform/qt/AboutScreen.ui
→
src/platform/qt/AboutScreen.ui
@@ -6,8 +6,8 @@ <property name="geometry">
<rect> <x>0</x> <y>0</y> - <width>565</width> - <height>268</height> + <width>609</width> + <height>272</height> </rect> </property> <property name="windowTitle">@@ -42,7 +42,8 @@ <pointsize>10</pointsize>
</font> </property> <property name="text"> - <string>© 2013 – 2016 Jeffrey Pfau — Game Boy Advance is a registered trademark of Nintendo Co., Ltd.</string> + <string>© 2013 – 2016 Jeffrey Pfau, licensed under the Mozilla Public License, version 2.0 +Game Boy Advance is a registered trademark of Nintendo Co., Ltd.</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set>@@ -145,7 +146,7 @@ </item>
<item row="4" column="1"> <widget class="QLabel" name="extraLinks"> <property name="text"> - <string><a href="http://mgba.io/">Website</a> • <a href="https://forums.mgba.io/">Forums / Support</a> • <a href="https://github.com/mgba-emu/mgba/tree/{gitBranch}">Source</a> • <a href="https://github.com/mgba-emu/mgba/blob/{gitBranch}/LICENSE">License</a></string> + <string><a href="http://mgba.io/">Website</a> • <a href="https://forums.mgba.io/">Forums / Support</a> • <a href="https://patreon.com/mgba">Donate</a> • <a href="https://github.com/mgba-emu/mgba/tree/{gitBranch}">Source</a></string> </property> <property name="alignment"> <set>Qt::AlignCenter</set>