diff options
author | Slávek Banko <[email protected]> | 2021-02-02 02:18:23 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-02-02 02:18:40 +0100 |
commit | 529485e7e30dd24c4c71a343cd8bf4cfc2a08808 (patch) | |
tree | 7a4d490e384cdc0619763a79e2e3faedb980ef07 | |
parent | be03c3a8e2ce4732a62ef6e487516a12d99809a4 (diff) | |
download | tqt3-529485e7e30dd24c4c71a343cd8bf4cfc2a08808.tar.gz tqt3-529485e7e30dd24c4c71a343cd8bf4cfc2a08808.zip |
Undo an unwanted deletion of the 'register' in the string.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 2a00c1661bb3947e6342de813507d5a3c0729477)
-rw-r--r-- | tools/designer/designer/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/designer/mainwindow.cpp b/tools/designer/designer/mainwindow.cpp index 99819acba..3c837a9da 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 } |