X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=643959f40a8fff8da4842030efa5205ca8593331;hb=08a3b942d11b6b6f5939e7c80e26c4a6cde7c785;hp=14329f617e3fa0521d15ff4598d1a3dbac014d35;hpb=dc305866fd969af65e5f3e4c8486dd3099a68660;p=quassel.git 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);