summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-12-28 10:34:57 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-12-28 10:34:57 +0000
commit03f2f66c9d443ef9a8f2f96e4cfecdd93b8fc0b6 (patch)
tree84094f26b983b955d8ddae4d9b8f77ba7a357b9a /src
parent25b0d29b1d76e0e76db912bf483da2d7c258f391 (diff)
- bug report url changed
git-svn-id: http://svn.miranda-ng.org/main/trunk@2862 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-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 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;
}