Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Erb <steve-e@h3c.de>2008-06-14 02:47:41 +0400
committerStephan Erb <steve-e@h3c.de>2008-06-14 02:47:41 +0400
commitb38c45f6fab1da8ea15b886436f57acf7ae56ec3 (patch)
treef82318bb0d8603e6fad4b8c09181b78b0016a28c /src/gtkexcepthook.py
parent1ebe58788655b400e46292fb2994f1c5ff8b7044 (diff)
Show correct URL in bug buddy. Kudos to vArDo :-)
Diffstat (limited to 'src/gtkexcepthook.py')
-rw-r--r--src/gtkexcepthook.py2
1 files changed, 1 insertions, 1 deletions
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