diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/stdhelp/help.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdhelp/help.cpp b/src/core/stdhelp/help.cpp index 3a01c3476f..9f7970cd95 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://trac.mysvn.ru/ghazan/myranda/report");
+ NotifyEventHooks(hBugEvent, 0, (LPARAM)"http://bugs.miranda-ng.org");
return 0;
}
|