Change contact-us from Nokia to Digia
Change-Id: I0d94b66d802c3899009dde1e570f195aadd861dc Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
parent
c80b33a62f
commit
0475f8538c
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user