Skip to content

Commit eb1d9e3

Browse files
committed
Correct version number of SMTPMime for Qt
1 parent 8e9207e commit eb1d9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DeepSkyStacker/About.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ namespace DSS
7979
strText = QString("<a href=\"%1\">%1</a><br><br>").arg("https://github.com/Exiv2/exiv2");
8080
strHTML += strText;
8181

82-
strText = tr("SMTP support by SMTP Client for Qt (C++) - Version 0.27.6\nCopyright Tőkés Attila");
82+
strText = tr("SMTP support by SMTP Client for Qt (C++) - Version 2.0\nCopyright Tőkés Attila");
8383
strText = strText.replace("\n", "<br>");
8484
strHTML += strText + "<br>";
8585
strText = QString("<a href=\"%1\">%1</a><br>").arg("https://github.com/bluetiger9/SmtpClient-for-Qt");

0 commit comments

Comments
 (0)