# HG changeset patch
# User sheepluva
# Date 1363863073 -3600
# Node ID 534e30885b6667d45316747d52adbb9ca4fbe8bf
# Parent  266df6d5ed7355c9b13659fb84e99082f200c05c
enable/fix links on about page. why don't people test that stuff when they insert it? it's just one click...

diff -r 266df6d5ed73 -r 534e30885b66 QTfrontend/ui/widget/about.cpp
--- 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);