diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-12 08:36:02 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-08-12 08:36:02 (GMT) |
commit | 2d00cfe51ca07a934c4f172d0131156190a9b6e1 (patch) | |
tree | 635fed128ecf3271f50547eebf3432d67a22cf46 /tools/configure | |
parent | 0cd421df59a25c5c3395d5e12c0a5842dc035ed0 (diff) | |
download | Qt-2d00cfe51ca07a934c4f172d0131156190a9b6e1.zip Qt-2d00cfe51ca07a934c4f172d0131156190a9b6e1.tar.gz Qt-2d00cfe51ca07a934c4f172d0131156190a9b6e1.tar.bz2 |
Replace "Trolltech" with more appropriate terms.
Reviewed-by: Trust Me
Diffstat (limited to 'tools/configure')
-rw-r--r-- | tools/configure/tools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/tools.cpp b/tools/configure/tools.cpp index 1966ecc..6df2098 100644 --- a/tools/configure/tools.cpp +++ b/tools/configure/tools.cpp @@ -184,7 +184,7 @@ void Tools::checkLicense(QMap<QString,QString> &dictionary, QMap<QString,QString // verify that we are licensed to use Qt for Windows CE if (dictionary["LICENSE_EXTENSION"] != "-EMBEDDED" && dictionary["LICENSE_EXTENSION"] != "-ALLOS") { cout << "You are not licensed for the " << dictionary["PLATFORM NAME"] << " platform." << endl << endl; - cout << "Please contact sales@trolltech.com to upgrade your license" << endl; + cout << "Please contact qt-info@nokia.com to upgrade your license" << endl; cout << "to include the " << dictionary["PLATFORM NAME"] << " platform, or install the" << endl; cout << "Qt Open Source Edition if you intend to develop free software." << endl; dictionary["DONE"] = "error"; |