Added link to gnu licenses size
authorBartosz Szatkowski <bulislaw@linux.com>
Wed, 18 Aug 2010 12:51:32 +0000 (14:51 +0200)
committerBartosz Szatkowski <bulislaw@linux.com>
Wed, 18 Aug 2010 12:51:32 +0000 (14:51 +0200)
trunk/src/base/gui/AboutWidget.cpp

index 0eceadb..0227794 100644 (file)
@@ -16,7 +16,9 @@ AboutWidget::AboutWidget(GUIInterface *parent): QDialog(parent)
                   "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
                   "GNU General Public License for more details.<br />"
                   "You should have received a copy of the GNU General Public License\n"
-                  "along with this program.  If not, see <http://www.gnu.org/licenses/>."
+                  "along with this program.  If not, see"
+                  "<a href=\"http://www.gnu.org/licenses/\">"
+                  "&lt;http://www.gnu.org/licenses/&gt;</a>."
                   "</p></font>";
 
     setWindowTitle(tr("About"));
@@ -39,6 +41,7 @@ AboutWidget::AboutWidget(GUIInterface *parent): QDialog(parent)
 
     licenseLabel->setText(licenseNote);
     licenseLabel->setWordWrap(true);
+    licenseLabel->setOpenExternalLinks(true);
 
     #ifdef Q_WS_MAEMO_5
         mainLayout->addSpacing(20);