Show correct URL in bug buddy. Kudos to vArDo :-)

This commit is contained in:
Stephan Erb 2008-06-13 22:47:41 +00:00
parent 1ebe587886
commit b38c45f6fa
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ def _info(type, value, tb):
while not close_clicked:
resp = dialog.run()
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)
else:
close_clicked = True