From 2a00c1661bb3947e6342de813507d5a3c0729477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 2 Feb 2021 02:18:23 +0100 Subject: [PATCH] Undo an unwanted deletion of the 'register' in the string. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- tools/designer/designer/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/designer/designer/mainwindow.cpp b/tools/designer/designer/mainwindow.cpp index ab9b529d..5e4a4678 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 }