From 4ccfbf12df24424abb112b2b71ed1a27e8d9853c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Wed, 5 Dec 2007 15:07:02 +0100 Subject: [PATCH] Make the link in Options -> About active. --- picard/ui/options/about.py | 1 + 1 file changed, 1 insertion(+) diff --git a/picard/ui/options/about.py b/picard/ui/options/about.py index 19cb9bc61..2f21110c3 100644 --- a/picard/ui/options/about.py +++ b/picard/ui/options/about.py @@ -58,6 +58,7 @@ Version %(version)s

Copyright © 2004-2007 Robert Kaye, Lukáš Lalinský and others%(translator-credits)s

http://musicbrainz.org/doc/PicardTagger

""") % args + self.ui.label.setOpenExternalLinks(True) self.ui.label.setText(text)