From a245210cbe01b4f3f2ba7321958768e1df3df5e3 Mon Sep 17 00:00:00 2001 From: Andymeows Date: Tue, 29 Jul 2014 23:49:51 -0500 Subject: Add paper wallet generator to QT wallet --- src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/init.cpp') 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 .")) + "\n" + "\n" + - FormatParagraph(_("This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit 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 and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard. Paper wallet art provided by Anacoluthia.")) + "\n"; } -- cgit v1.2.3