Change contact-us from Nokia to Digia
authorSergio Ahumada <sergio.ahumada@digia.com>
Mon, 26 Nov 2012 11:27:10 +0000 (12:27 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 26 Nov 2012 16:33:37 +0000 (17:33 +0100)
Change-Id: I0d94b66d802c3899009dde1e570f195aadd861dc
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
src/corelib/kernel/qtcore_eval.cpp

index 8a4dfd9..6be8e82 100644 (file)
@@ -60,7 +60,7 @@ static const char boilerplate_unsuported[] =
     "Registered to:\n"
     "   Licensee: %2\n\n"
     "The evaluation expires in %4 days\n\n"
-    "Contact http://qt.nokia.com/about/contact-us for pricing and purchasing information.\n";
+    "Contact http://qt.digia.com/contact-us for pricing and purchasing information.\n";
 
 static const char boilerplate_supported[] =
     "\nQt %1 Evaluation License\n"
@@ -69,22 +69,22 @@ static const char boilerplate_supported[] =
     "Registered to:\n"
     "   Licensee: %2\n\n"
     "The evaluation expires in %4 days\n\n"
-    "Contact http://qt.nokia.com/about/contact-us for pricing and purchasing information.\n";
+    "Contact http://qt.digia.com/contact-us for pricing and purchasing information.\n";
 
 static const char boilerplate_expired[] =
     "This software is using the trial version of the Qt GUI toolkit.\n"
     "The trial period has expired. If you need more time to\n"
     "evaluate Qt, or if you have any questions about Qt, contact us\n"
-    "at: http://qt.nokia.com/about/contact-us.\n\n";
+    "at: http://qt.digia.com/contact-us.\n\n";
 
 static const char will_shutdown_1min[] =
     "\nThe evaluation of Qt will SHUT DOWN in 1 minute.\n"
-    "Contact http://qt.nokia.com/about/contact-us for pricing and purchasing information.\n";
+    "Contact http://qt.digia.com/contact-us for pricing and purchasing information.\n";
 
 static const char will_shutdown_now[] =
     "\nThe evaluation of Qt has now reached its automatic\n"
     "timeout and will shut down.\n"
-    "Contact http://qt.nokia.com/about/contact-us for pricing and purchasing information.\n";
+    "Contact http://qt.digia.com/contact-us for pricing and purchasing information.\n";
 
 static int qt_eval_is_supported()
 {