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:20:04 +0100
commit230a0c1ed92223ffd86383362897abe267c20ffd (patch)
tree5605b2b5ba7df8c3e99d601fb57450465f4f73a0
parent02ae5beea39b1391e9b8e22b30bd47cbe6872bb2 (diff)
downloadqt3-230a0c1ed92223ffd86383362897abe267c20ffd.tar.gz
qt3-230a0c1ed92223ffd86383362897abe267c20ffd.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 94748b6b743dd65124d00e61afa04b85c46ea281)
-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 45d6fae..1263c6b 100644
--- a/tools/designer/designer/mainwindow.cpp
+++ b/tools/designer/designer/mainwindow.cpp
@@ -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
}