all repos — mgba @ 31f45e3e1d2c2231020ec71e36dfa2ebcb923766

mGBA Game Boy Advance Emulator

Qt: Add Patreon link to about screen
Jeffrey Pfau jeffrey@endrift.com
Sat, 17 Sep 2016 12:06:31 -0700
commit

31f45e3e1d2c2231020ec71e36dfa2ebcb923766

parent

ee86840ca3daaf1924850e113dbf6efe795bb0c0

1 files changed, 5 insertions(+), 4 deletions(-)

jump to
M src/platform/qt/AboutScreen.uisrc/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>&lt;a href=&quot;http://mgba.io/&quot;&gt;Website&lt;/a&gt; • &lt;a href=&quot;https://forums.mgba.io/&quot;&gt;Forums / Support&lt;/a&gt; • &lt;a href=&quot;https://github.com/mgba-emu/mgba/tree/{gitBranch}&quot;&gt;Source&lt;/a&gt; • &lt;a href=&quot;https://github.com/mgba-emu/mgba/blob/{gitBranch}/LICENSE&quot;&gt;License&lt;/a&gt;</string> + <string>&lt;a href=&quot;http://mgba.io/&quot;&gt;Website&lt;/a&gt; • &lt;a href=&quot;https://forums.mgba.io/&quot;&gt;Forums / Support&lt;/a&gt; • &lt;a href=&quot;https://patreon.com/mgba&quot;&gt;Donate&lt;/a&gt; • &lt;a href=&quot;https://github.com/mgba-emu/mgba/tree/{gitBranch}&quot;&gt;Source&lt;/a&gt;</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set>