X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=643959f40a8fff8da4842030efa5205ca8593331;hp=14329f617e3fa0521d15ff4598d1a3dbac014d35;hb=12cf712ff75a8ccab3a44e4e519508f209906b39;hpb=00fcb4ab7fd1a2af1c81d9cab13ee23fb7d7b73c diff --git a/src/common/main.cpp b/src/common/main.cpp index 14329f61..643959f4 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);