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:23 +0100 |
commit | 2a00c1661bb3947e6342de813507d5a3c0729477 (patch) | |
tree | 241857878afafae8ac2d53397642676fe5d0f743 /tools | |
parent | 1d21085cd14c6124af94d18a3872765f372bbdf6 (diff) | |
download | tqt3-2a00c1661bb3947e6342de813507d5a3c0729477.tar.gz tqt3-2a00c1661bb3947e6342de813507d5a3c0729477.zip |
Undo an unwanted deletion of the 'register' in the string.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'tools')
-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 ab9b529db..5e4a4678a 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 } |