Show correct URL in bug buddy. Kudos to vArDo :-)
This commit is contained in:
parent
1ebe587886
commit
b38c45f6fa
|
@ -87,7 +87,7 @@ def _info(type, value, tb):
|
||||||
while not close_clicked:
|
while not close_clicked:
|
||||||
resp = dialog.run()
|
resp = dialog.run()
|
||||||
if resp == RESPONSE_REPORT_BUG:
|
if resp == RESPONSE_REPORT_BUG:
|
||||||
url = 'http://trac.gajim.org/wiki/WikiStart#howto_report_ticket'
|
url = 'http://trac.gajim.org/wiki/HowToCreateATicket'
|
||||||
helpers.launch_browser_mailer('url', url)
|
helpers.launch_browser_mailer('url', url)
|
||||||
else:
|
else:
|
||||||
close_clicked = True
|
close_clicked = True
|
||||||
|
|
Loading…
Reference in New Issue