Set bugtracker address in KAboutData
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 13 Jul 2009 17:39:41 +0000 (19:39 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 13 Jul 2009 17:41:14 +0000 (19:41 +0200)
This should tell DrKonqui where to report bugs for Quassel.
Thanks to Dario Andres for reporting this.

src/common/main.cpp

index 14329f6..643959f 100644 (file)
@@ -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);
                         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);
 
   aboutData.setOrganizationDomain(Quassel::buildInfo().organizationDomain.toUtf8());
   KCmdLineArgs::init(argc, argv, &aboutData);