From b672b05fd2cd65291894b6e7f74a30540519f378 Mon Sep 17 00:00:00 2001 From: Flavio Tordini Date: Sun, 21 Sep 2014 18:41:58 +0200 Subject: [PATCH] Fixed David Nel website link --- src/aboutview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aboutview.cpp b/src/aboutview.cpp index 92d6638..e8e88cc 100644 --- a/src/aboutview.cpp +++ b/src/aboutview.cpp @@ -82,7 +82,7 @@ AboutView::AboutView(QWidget *parent) : QWidget(parent) { + "

" "

" - + tr("Icon designed by %1.").arg("David Nel") + + tr("Icon designed by %1.").arg("David Nel") + "

" #ifndef APP_EXTRA -- 2.39.5