mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Patron Names and Debug Info
* Fix patron name and add new VIP * Add dash in front of libgcrypt in debug info
This commit is contained in:
parent
a74e2391e8
commit
14b01784ec
@ -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;
|
||||
}
|
||||
|
||||
|
@ -59,6 +59,7 @@ static const QString aboutContributors = R"(
|
||||
<li>Kernellinux</li>
|
||||
<li>Micha Ober</li>
|
||||
<li>PublicByte</li>
|
||||
<li>Clayton Casciato</li>
|
||||
</ul>
|
||||
<h3>Notable Code Contributions:</h3>
|
||||
<ul>
|
||||
@ -86,7 +87,6 @@ static const QString aboutContributors = R"(
|
||||
</ul>
|
||||
<h3>Patreon Supporters:</h3>
|
||||
<ul>
|
||||
<li>Igor Zinovik</li>
|
||||
<li>Alexanderjb</li>
|
||||
<li>Richard Ames</li>
|
||||
<li>SLmanDR</li>
|
||||
@ -94,7 +94,7 @@ static const QString aboutContributors = R"(
|
||||
<li>Tyler Gass</li>
|
||||
<li>Nuutti Toivola</li>
|
||||
<li>Gregory Werbin</li>
|
||||
<li>Lionel Laské</li>
|
||||
<li>Lionel Laské</li>
|
||||
<li>Ivar</li>
|
||||
<li>Darren</li>
|
||||
<li>Brad</li>
|
||||
|
Loading…
Reference in New Issue
Block a user