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)