From 925b10cfb587c1a51a9fbcc839f9016d467819a3 Mon Sep 17 00:00:00 2001
From: Flavio Tordini
Date: Tue, 27 Jul 2010 00:26:52 +0200
Subject: [PATCH] Mac stuff
---
src/AboutView.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/AboutView.cpp b/src/AboutView.cpp
index 00afb42..7abcb1d 100644
--- a/src/AboutView.cpp
+++ b/src/AboutView.cpp
@@ -60,10 +60,10 @@ AboutView::AboutView(QWidget *parent) : QWidget(parent) {
"Tsvyatko Makazchiev (bg_BG), "
"Changtai Liang (zh_CN)"
) + "
"
-
+#if !defined(APP_MAC) && !defined(Q_WS_WIN)
"" + tr("Released under the GNU General Public License")
.arg("http://www.gnu.org/licenses/gpl.html") + "
"
-
+#endif
"© 2009-2010 " + Constants::ORG_NAME + "
";
QLabel *infoLabel = new QLabel(info, this);
infoLabel->setOpenExternalLinks(true);
--
2.39.5