X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=8669f1ddaa403d8b23b80b980de0d36f96dc26cc;hp=6aff6db31d9943e9cd48ec7cbfc2fc13817a5c00;hb=7b57a7f61c1ab1a94129bfa8aa43f11f70cc16b8;hpb=e049ffc61b5e260a49d73102a74c3821af827e77 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);