From 236ed9a2a70510a0abb4ad89ba03959c685bd397 Mon Sep 17 00:00:00 2001 From: jutaipal Date: Mon, 29 Oct 2012 04:37:47 -0700 Subject: Corrected licensing info and links point to Digia in qmessagebox Change-Id: I1051b20c287cba927b668290c46749c27edbde21 Reviewed-by: Iikka Eklund Reviewed-by: Sergio Ahumada Reviewed-by: Jerome Pasion Reviewed-by: Lars Knoll --- src/gui/dialogs/qmessagebox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/dialogs/qmessagebox.cpp b/src/gui/dialogs/qmessagebox.cpp index a32dddd..6f43997 100644 --- a/src/gui/dialogs/qmessagebox.cpp +++ b/src/gui/dialogs/qmessagebox.cpp @@ -1786,10 +1786,10 @@ void QMessageBox::aboutQt(QWidget *parent, const QString &title) "use such applications in combination with software subject to the " "terms of the GNU GPL version 3.0 or where you are otherwise willing " "to comply with the terms of the GNU GPL version 3.0.

" - "

Please see qt.nokia.com/products/licensing " + "

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

" "

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

" - "

Qt is a Nokia product. See qt.nokia.com " + "

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

" ); QMessageBox *msgBox = new QMessageBox(parent); -- cgit v0.12