Update util.cpp
This commit is contained in:
parent
e38e8d6f08
commit
8fa4b8472b
1 changed files with 1 additions and 1 deletions
|
@ -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>"
|
||||
|
|
Loading…
Reference in a new issue