Made the bug reporting link clickable in lib/gui_lite.py

This commit is contained in:
thomasv 2013-01-02 11:42:09 +01:00
parent 777f423b7a
commit 9bf31f4d71
1 changed files with 1 additions and 1 deletions

View File

@ -556,7 +556,7 @@ class MiniWindow(QDialog):
def show_report_bug(self):
QMessageBox.information(self, "Electrum - " + _("Reporting Bugs"),
_("Please report any bugs as issues on github: https://github.com/spesmilo/electrum/issues"))
_("Please report any bugs as issues on github: <a href=\"https://github.com/spesmilo/electrum/issues\">https://github.com/spesmilo/electrum/issues</a>"))
def show_history(self, toggle_state):
if toggle_state: