Update util.cpp

This commit is contained in:
ignotus 2020-06-04 12:20:23 +02:00 committed by GitHub
parent e38e8d6f08
commit 8fa4b8472b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -369,7 +369,7 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : QDialog ( parent )
"</font></p>" );
// libraries used by this compilation
txvLibraries->setText
txvLibraries->setText (
+ tr ( "This app uses the following libraries, resources or code snippets:" ) +
"<br><p>" + tr ( "Qt cross-platform application framework" ) +
", <i><a href=""http://www.qt.io"">http://www.qt.io</a></i></p>"