From 6755cbd76a880e077fd99ebac333d487ee48f392 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 23 Nov 2012 14:48:04 +0100 Subject: Updated aboutQt dialog text Updated supported platforms to match reality better, mention qt-project.org and other copyright holders. Task-number: QTBUG-25205 Change-Id: I4856d515500945ace55f7fd445b5b138aa00df83 Reviewed-by: Tuukka Turunen Reviewed-by: Giuseppe D'Angelo Reviewed-by: Sergio Ahumada --- src/widgets/dialogs/qmessagebox.cpp | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/widgets/dialogs/qmessagebox.cpp b/src/widgets/dialogs/qmessagebox.cpp index fce8fb9074..e2e15870db 100644 --- a/src/widgets/dialogs/qmessagebox.cpp +++ b/src/widgets/dialogs/qmessagebox.cpp @@ -1736,10 +1736,9 @@ void QMessageBox::aboutQt(QWidget *parent, const QString &title) translatedTextAboutQtText = QMessageBox::tr( "

Qt is a C++ toolkit for cross-platform application " "development.

" - "

Qt provides single-source portability across MS Windows, " - "Mac OS X, Linux, and all major commercial Unix variants. " - "Qt is also available for embedded devices as Qt for Embedded Linux " - "and Qt for Windows CE.

" + "

Qt provides single-source portability across all major desktop " + "operating systems. It is also available for embedded Linux and other " + "embedded and mobile operating systems.

" "

Qt is available under three different licensing options designed " "to accommodate the needs of our various users.

" "

Qt licensed under our commercial license agreement is appropriate " @@ -1748,9 +1747,8 @@ void QMessageBox::aboutQt(QWidget *parent, const QString &title) "comply with the terms of the GNU LGPL version 2.1 or GNU GPL version " "3.0.

" "

Qt licensed under the GNU LGPL version 2.1 is appropriate for the " - "development of Qt applications (proprietary or open source) provided " - "you can comply with the terms and conditions of the GNU LGPL version " - "2.1.

" + "development of Qt applications provided you can comply with the terms " + "and conditions of the GNU LGPL version 2.1.

" "

Qt licensed under the GNU General Public License version 3.0 is " "appropriate for the development of Qt applications where you wish to " "use such applications in combination with software subject to the " @@ -1758,7 +1756,11 @@ void QMessageBox::aboutQt(QWidget *parent, const QString &title) "to comply with the terms of the GNU GPL version 3.0.

" "

Please see qt.digia.com/Product/Licensing " "for an overview of Qt licensing.

" - "

Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).

" + "

Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies) and other " + "contributors.

" + "

Qt and the Qt logo are trademarks of Digia Plc and/or its subsidiary(-ies).

" + "

Qt is developed as an open source project on " + "qt-project.org.

" "

Qt is a Digia product. See qt.digia.com " "for more information.

" ); -- cgit v1.2.3