summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-02-02 02:18:23 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-02-02 02:18:40 +0100
commit529485e7e30dd24c4c71a343cd8bf4cfc2a08808 (patch)
tree7a4d490e384cdc0619763a79e2e3faedb980ef07
parentbe03c3a8e2ce4732a62ef6e487516a12d99809a4 (diff)
downloadtqt3-529485e7e30dd24c4c71a343cd8bf4cfc2a08808.tar.gz
tqt3-529485e7e30dd24c4c71a343cd8bf4cfc2a08808.zip
Undo an unwanted deletion of the 'register' in the string.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 2a00c1661bb3947e6342de813507d5a3c0729477)
-rw-r--r--tools/designer/designer/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/designer/mainwindow.cpp b/tools/designer/designer/mainwindow.cpp
index 99819acb..3c837a9d 100644
--- a/tools/designer/designer/mainwindow.cpp
+++ b/tools/designer/designer/mainwindow.cpp
@@ -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
}