Made the bug reporting link clickable in lib/gui_lite.py
authorthomasv <thomasv@gitorious>
Wed, 2 Jan 2013 10:42:09 +0000 (11:42 +0100)
committerthomasv <thomasv@gitorious>
Wed, 2 Jan 2013 10:42:09 +0000 (11:42 +0100)
lib/gui_lite.py

index a1f576e..021e269 100644 (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: