diff options
author | Kali Kaneko <kali@leap.se> | 2014-01-11 23:17:06 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-01-11 23:36:39 -0400 |
commit | 6cc752e403e08795273270f637ed212270d2eaef (patch) | |
tree | 2816c62a948b2fc20cb0b5684e069a5f62568cae /src/leap/bitmask | |
parent | 5dc5dc816f2ba50920dd3a5908824c244c8d9390 (diff) |
beautify link to downloads (make it a link)
Diffstat (limited to 'src/leap/bitmask')
-rw-r--r-- | src/leap/bitmask/gui/mainwindow.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/leap/bitmask/gui/mainwindow.py b/src/leap/bitmask/gui/mainwindow.py index 18ef56e5..83aa47a9 100644 --- a/src/leap/bitmask/gui/mainwindow.py +++ b/src/leap/bitmask/gui/mainwindow.py @@ -881,7 +881,8 @@ class MainWindow(QtGui.QMainWindow): "The current client version is not supported " "by this provider.<br>" "Please update to latest version.<br><br>" - "You can get the latest version from {0}").format(url) + "You can get the latest version from " + "<a href='{0}'>{1}</a>").format(url, url) QtGui.QMessageBox.warning(self, self.tr("Update Needed"), msg) def _incompatible_api(self): |