From 7b57a7f61c1ab1a94129bfa8aa43f11f70cc16b8 Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Mon, 13 Jul 2009 19:39:41 +0200 Subject: [PATCH 1/1] Set bugtracker address in KAboutData This should tell DrKonqui where to report bugs for Quassel. Thanks to Dario Andres for reporting this. --- src/common/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/main.cpp b/src/common/main.cpp index 6aff6db3..8669f1dd 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -69,6 +69,7 @@ int main(int argc, char **argv) { ki18n("A modern, distributed IRC client")); aboutData.addLicense(KAboutData::License_GPL_V2); aboutData.addLicense(KAboutData::License_GPL_V3); + aboutData.setBugAddress("http://bugs.quassel-irc.org"); aboutData.setOrganizationDomain(Quassel::buildInfo().organizationDomain.toUtf8()); KCmdLineArgs::init(argc, argv, &aboutData); -- 2.20.1