X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=d0e0840ac03e5106d2db17a4a9eccbde5b462d96;hp=97a05704bea1daa115f263f5062f2f254ed21421;hb=906391224228274450914361efd104630827e580;hpb=c833acf36a9dba51cfaca795dafc75648e3ade97 diff --git a/src/common/main.cpp b/src/common/main.cpp index 97a05704..d0e0840a 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -69,7 +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.setBugAddress("http://bugs.quassel-irc.org/projects/quassel-irc/issues/new"); aboutData.setOrganizationDomain(Quassel::buildInfo().organizationDomain.toUtf8()); KCmdLineArgs::init(argc, argv, &aboutData);