aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorMax K. <[email protected]>2015-08-07 23:29:55 +0200
committerMax K. <[email protected]>2015-08-07 23:29:55 +0200
commit5123a058ec53619667a996ec7f1360504c27d693 (patch)
tree3153542bcb61b0e616f011867149f379e2951a81 /src/init.cpp
parentMerge pull request #1227 from kaykurokawa/1.10-dev (diff)
parentReplace print icon with Typeicons equivalent (diff)
downloaddiscoin-5123a058ec53619667a996ec7f1360504c27d693.tar.xz
discoin-5123a058ec53619667a996ec7f1360504c27d693.zip
Merge pull request #1224 from rnicoll/1.10-paperwallet
Add paper wallet generator to QT wallet
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 88a716a5a..c3a326841 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -448,7 +448,7 @@ std::string LicenseInfo()
"\n" +
FormatParagraph(_("Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>.")) + "\n" +
"\n" +
- FormatParagraph(_("This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard.")) +
+ FormatParagraph(_("This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard. Paper wallet art provided by Anacoluthia.")) +
"\n";
}