We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e9207e commit eb1d9e3Copy full SHA for eb1d9e3
DeepSkyStacker/About.cpp
@@ -79,7 +79,7 @@ namespace DSS
79
strText = QString("<a href=\"%1\">%1</a><br><br>").arg("https://github.com/Exiv2/exiv2");
80
strHTML += strText;
81
82
- strText = tr("SMTP support by SMTP Client for Qt (C++) - Version 0.27.6\nCopyright Tőkés Attila");
+ strText = tr("SMTP support by SMTP Client for Qt (C++) - Version 2.0\nCopyright Tőkés Attila");
83
strText = strText.replace("\n", "<br>");
84
strHTML += strText + "<br>";
85
strText = QString("<a href=\"%1\">%1</a><br>").arg("https://github.com/bluetiger9/SmtpClient-for-Qt");
0 commit comments