Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update About Page
Use Rich Text
  • Loading branch information
Tranz5 committed Jul 25, 2014
1 parent a958de0 commit a9c4540
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions src/qt/forms/aboutdialog.ui
Expand Up @@ -91,10 +91,11 @@
<cursorShape>IBeamCursor</cursorShape>
</property>
<property name="text">
<string>Copyright © 2009-2014 The Bitcoin Developer
<string>Copyright © 2013-2014 HoboNickels Developers
Copyright © 2009-2014 The Bitcoin Developer
Copyright © 2012-2013 PPCoin Developers
Copyright © 2013-2014 NovaCoin Developers
Copyright © 2013-2014 HoboNickels Developers</string>
</string>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
Expand All @@ -107,16 +108,10 @@ Copyright © 2013-2014 HoboNickels Developers</string>
<cursorShape>IBeamCursor</cursorShape>
</property>
<property name="text">
<string>
This is experimental software. By using this software you assume all liability for any loss that may occur.

Please visit http://hobonickels.info for more information.

Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php.

This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard.

HBN Icon created by Jay Deboer. Please visit http://www.IRLab.com/hobo for more unique works of art.</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This is experimental software. By using this software you assume all liability for any loss that may occur. Please visit &lt;a href=&quot;http://hobonickels.info&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://hobonickels.info&lt;/span&gt;&lt;/a&gt; for more information.&lt;/p&gt;&lt;p&gt;Distributed under the MIT/X11 software license, see the accompanying file COPYING or &lt;a href=&quot;http://www.opensource.org/licenses/mit-license.php&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.opensource.org/licenses/mit-license.php&lt;/span&gt;&lt;/a&gt;. &lt;/p&gt;&lt;p&gt;This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (&lt;a href=&quot;https://www.openssl.org/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;https://www.openssl.org/&lt;/span&gt;&lt;/a&gt;) and cryptographic software written by Eric Young (&lt;a href=&quot;mailto:eay@cryptsoft.com&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;eay@cryptsoft.com&lt;/span&gt;&lt;/a&gt;) and UPnP software written by Thomas Bernard. &lt;/p&gt;&lt;p&gt;HBN Icon created by Jay Deboer. Please visit &lt;a href=&quot; http://www.IRLab.com/hobo&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.IRLab.com/hobo&lt;/span&gt;&lt;/a&gt; for more unique works of art.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
Expand Down

0 comments on commit a9c4540

Please sign in to comment.