From b38c45f6fab1da8ea15b886436f57acf7ae56ec3 Mon Sep 17 00:00:00 2001 From: Stephan Erb Date: Fri, 13 Jun 2008 22:47:41 +0000 Subject: [PATCH] Show correct URL in bug buddy. Kudos to vArDo :-) --- src/gtkexcepthook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gtkexcepthook.py b/src/gtkexcepthook.py index 34a1bd418..404f7313e 100644 --- a/src/gtkexcepthook.py +++ b/src/gtkexcepthook.py @@ -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