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

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
master
Slávek Banko 3 years ago
parent 9d7d238e9e
commit 94748b6b74
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

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

Loading…
Cancel
Save