author | sheepluva |
Thu, 21 Mar 2013 11:51:13 +0100 | |
changeset 8760 | 534e30885b66 |
parent 8757 | 266df6d5ed73 |
child 8763 | 988901d27abf |
--- a/QTfrontend/ui/widget/about.cpp Wed Mar 20 09:13:05 2013 +0400 +++ b/QTfrontend/ui/widget/about.cpp Thu Mar 21 11:51:13 2013 +0100 @@ -113,6 +113,7 @@ .arg(PHYSFS_VER_PATCH)); QLabel * lblLibInfo = new QLabel(); + lblLibInfo->setOpenExternalLinks(true); lblLibInfo->setText(libinfo); lblLibInfo->setWordWrap(true); lblLibInfo->setMaximumWidth(280);