summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-04-20 08:24:26 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-04-20 08:24:26 (GMT)
commit3bcbfcfa466890469f3053a3c5987bc2cf85317b (patch)
treeb574a671232994da94acf78ebed6e89a84c82cfc /src
parentc3937c516b98edffa4792bccde3aa18926082e44 (diff)
downloadQt-3bcbfcfa466890469f3053a3c5987bc2cf85317b.zip
Qt-3bcbfcfa466890469f3053a3c5987bc2cf85317b.tar.gz
Qt-3bcbfcfa466890469f3053a3c5987bc2cf85317b.tar.bz2
BT: Update text of About Qt dialog
Add Copyright message as requested by Legal, and update .ts files again. Reviewed-by: Trust Me
Diffstat (limited to 'src')
-rw-r--r--src/gui/dialogs/qmessagebox.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/dialogs/qmessagebox.cpp b/src/gui/dialogs/qmessagebox.cpp
index 1ddb8f4..456b480 100644
--- a/src/gui/dialogs/qmessagebox.cpp
+++ b/src/gui/dialogs/qmessagebox.cpp
@@ -1717,6 +1717,7 @@ void QMessageBox::aboutQt(QWidget *parent, const QString &title)
"to comply with the terms of the GNU GPL version 3.0.</p>"
"<p>Please see <a href=\"http://www.qtsoftware.com/products/licensing\">www.qtsoftware.com/products/licensing</a> "
"for an overview of Qt licensing.</p>"
+ "<p>Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).</p>"
"<p>Qt is a Nokia product. See <a href=\"http://www.qtsoftware.com/qt/\">www.qtsoftware.com/qt</a> "
"for more information.</p>"
).arg(QLatin1String(QT_VERSION_STR));