From 14b01784ec5cfec157a831a7e77028bcc452addf Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Sun, 1 Nov 2020 08:19:03 -0500 Subject: [PATCH] Patron Names and Debug Info * Fix patron name and add new VIP * Add dash in front of libgcrypt in debug info --- src/crypto/Crypto.cpp | 2 +- src/gui/AboutDialog.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/crypto/Crypto.cpp b/src/crypto/Crypto.cpp index 4f54ac1d3..fb9f28bd9 100644 --- a/src/crypto/Crypto.cpp +++ b/src/crypto/Crypto.cpp @@ -73,7 +73,7 @@ QString Crypto::debugInfo() Q_ASSERT(Crypto::initialized()); QString debugInfo = QObject::tr("Cryptographic libraries:").append("\n"); - debugInfo.append(" libgcrypt ").append(m_backendVersion).append("\n"); + debugInfo.append("- libgcrypt ").append(m_backendVersion).append("\n"); return debugInfo; } diff --git a/src/gui/AboutDialog.cpp b/src/gui/AboutDialog.cpp index b97d62590..7c89b8804 100644 --- a/src/gui/AboutDialog.cpp +++ b/src/gui/AboutDialog.cpp @@ -59,6 +59,7 @@ static const QString aboutContributors = R"(
  • Kernellinux
  • Micha Ober
  • PublicByte
  • +
  • Clayton Casciato
  • Notable Code Contributions:

    Patreon Supporters: