| Server IP : 82.208.35.60 / Your IP : 216.73.216.168 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/security/openconnect-gui/files/ |
Upload File : |
--- src/dialog/mainwindow.cpp.orig 2021-02-18 01:06:48 UTC
+++ src/dialog/mainwindow.cpp
@@ -934,7 +934,7 @@ void MainWindow::on_actionAbout_triggered()
txt += tr("<br>Based on");
txt += tr("<br>- <a href=\"https://www.infradead.org/openconnect\">OpenConnect</a> ") + QLatin1String(openconnect_get_version());
txt += tr("<br>- <a href=\"https://www.gnutls.org\">GnuTLS</a> v") + QLatin1String(gnutls_check_version(nullptr));
- txt += tr("<br>- <a href=\"https://github.com/gabime/spdlog\">spdlog</a> v") + QLatin1String(SPDLOG_VERSION);
+ txt += tr("<br>- <a href=\"https://github.com/gabime/spdlog\">spdlog</a>");
txt += tr("<br>- <a href=\"https://www.qt.io\">Qt</a> v%1").arg(QT_VERSION_STR);
txt += tr("<br><br>%1<br>").arg(appCopyright);
txt += tr("<br><i>%1</i> comes with ABSOLUTELY NO WARRANTY. This is free software, "