diff --git a/src/util.cpp b/src/util.cpp
index 259e1a50..8d156084 100755
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -308,6 +308,7 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : QDialog ( parent )
setupUi ( this );
// set the text for the about dialog html text control
+ TextViewCredits->setOpenExternalLinks ( true );
TextViewCredits->setText (
"" // general description of llcon software
"llcon " + tr("Client/Server communication tool to enable "
@@ -331,12 +332,17 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : QDialog ( parent )
tr("llcon uses the following libraries, resources or code snippets:") +
"
"
""
- "- Qt cross-platform application framework: http://trolltech.com
"
- "- The CELT ultra-low delay audio codec: http://www.celt-codec.org
"
+ "- Qt cross-platform application framework: "
+ "http://trolltech.com
"
+ "- The CELT ultra-low delay audio codec: "
+ "http://www.celt-codec.org
"
"- Audio reverberation code: by Perry R. Cook and Gary P. Scavone, "
- "1995 - 2004 (taken from The Synthesis ToolKit in C++ (STK))
"
+ "1995 - 2004 (taken from "
+ ""
+ "The Synthesis ToolKit in C++ (STK))"
"- Parts from Dream DRM Receiver by Volker Fischer and Alexander "
- "Kurpiers: http://drm.sf.net
"
+ "Kurpiers: "
+ "http://drm.sf.net"
"- Some pixmaps are from Clker.com - vector clip art online, "
"royalty free & public domain
"
"
"