QTfrontend/ui/widget/about.cpp
changeset 8760 534e30885b66
parent 8654 f523e5e84772
child 8833 c13ebed437cb
child 9080 9b42757d7e71
--- 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);