Skip to content

Commit 4e5119f

Browse files
committed
Remove link to old DSS website
1 parent eb1d9e3 commit 4e5119f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

DeepSkyStacker/About.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ namespace DSS
3838
strText += copyright;
3939
strText = strText.replace("\n", "<br>");
4040
strHTML += "<b>" + strText + "</b><br>";
41-
strText = QString("<a href=\"%1\">%1</a>&nbsp;").arg("http://deepskystacker.free.fr/");
42-
strText += tr("(Now somewhat out of date)") += "<br><br>";
43-
strHTML += strText;
4441

4542
strText = "Qt Application Framework 6.10.0\nCopyright © 2025 The Qt Company Ltd.";
4643
strText += "<br>";

0 commit comments

Comments
 (0)