diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-09-02 11:17:23 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-09-02 11:17:23 (GMT) |
commit | bd16db2c8b402c1faa2b03bb249f8aa7a44a8602 (patch) | |
tree | 3ae75bc27770bc94857da79838ad0cd76621abc8 /tools/qtconfig | |
parent | 604877e60dc11fe5cd44d9c4123ca05bcec39fd7 (diff) | |
download | Qt-bd16db2c8b402c1faa2b03bb249f8aa7a44a8602.zip Qt-bd16db2c8b402c1faa2b03bb249f8aa7a44a8602.tar.gz Qt-bd16db2c8b402c1faa2b03bb249f8aa7a44a8602.tar.bz2 |
Update license headers.
Reviewed-by: Trust Me
Diffstat (limited to 'tools/qtconfig')
-rw-r--r-- | tools/qtconfig/mainwindow.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/qtconfig/mainwindow.cpp b/tools/qtconfig/mainwindow.cpp index c6941df..e90c00b 100644 --- a/tools/qtconfig/mainwindow.cpp +++ b/tools/qtconfig/mainwindow.cpp @@ -999,10 +999,7 @@ void MainWindow::helpAbout() QMessageBox box(this); box.setText(tr("<h3>%1</h3>" "<br/>Version %2" - "<br/><br/>Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies)." - "<br/><br/>The program is provided AS IS with NO WARRANTY OF ANY KIND," - " INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A" - " PARTICULAR PURPOSE.<br/> ") + "<br/><br/>Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).") .arg(tr("Qt Configuration")).arg(QLatin1String(QT_VERSION_STR))); box.setWindowTitle(tr("Qt Configuration")); box.setIcon(QMessageBox::NoIcon); |