summaryrefslogtreecommitdiff
path: root/src/core/stdhelp/help.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/stdhelp/help.cpp')
-rw-r--r--src/core/stdhelp/help.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdhelp/help.cpp b/src/core/stdhelp/help.cpp
index ea5a221696..1a54eb990c 100644
--- a/src/core/stdhelp/help.cpp
+++ b/src/core/stdhelp/help.cpp
@@ -61,7 +61,7 @@ static int BugCommandEvent(WPARAM wParam, LPARAM lParam)
static INT_PTR BugCommand(WPARAM, LPARAM)
{
- NotifyEventHooks(hBugEvent, 0, (LPARAM)"http://code.google.com/p/miranda/issues/list");
+ NotifyEventHooks(hBugEvent, 0, (LPARAM)"http://trac.mysvn.ru/ghazan/myranda/report");
return 0;
}