Undo an unwanted deletion of the 'register' in the string.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2a00c1661b)
r14.0.x
Slávek Banko 3 years ago
parent be03c3a8e2
commit 529485e7e3
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -876,7 +876,7 @@ void MainWindow::helpRegister()
TQProcess process( command + " www.trolltech.com/products/download/eval/evaluation.html" );
if ( !process.start() )
TQMessageBox::information( this, "Register TQt", "Launching your web browser failed.\n"
"To TQt, point your browser to www.trolltech.com/products/download/eval/evaluation.html" );
"To register TQt, point your browser to www.trolltech.com/products/download/eval/evaluation.html" );
#endif
}

Loading…
Cancel
Save