Updated all "report bugs to..." messages to point to valgrind.kde.org;  also
updated the docs to refer to valgrind.kde.org instead of the old website.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2055 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/memcheck/mc_main.c b/memcheck/mc_main.c
index 52ad032..8b46797 100644
--- a/memcheck/mc_main.c
+++ b/memcheck/mc_main.c
@@ -1659,7 +1659,7 @@
    VG_(details_description)     ("a memory error detector");
    VG_(details_copyright_author)(
       "Copyright (C) 2002-2003, and GNU GPL'd, by Julian Seward.");
-   VG_(details_bug_reports_to)  ("jseward@acm.org");
+   VG_(details_bug_reports_to)  (VG_BUGS_TO);
    VG_(details_avg_translation_sizeB) ( 228 );
 
    VG_(needs_core_errors)         ();