From: Jean-Baptiste Mardelle Date: Sun, 24 May 2009 23:25:07 +0000 (+0000) Subject: Set correct address for Kdenlive bug tracker X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a1e05c52ed30a48b044d357cf11ce9bdc06c8d82;p=kdenlive Set correct address for Kdenlive bug tracker svn path=/trunk/kdenlive/; revision=3414 --- diff --git a/src/main.cpp b/src/main.cpp index febe66fe..0af54c9a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -47,6 +47,7 @@ int main(int argc, char *argv[]) aboutData.setHomepage("http://kdenlive.org"); aboutData.setCustomAuthorText(ki18n("Please report bugs to http://kdenlive.org/mantis"), ki18n("Please report bugs to http://kdenlive.org/mantis")); aboutData.setTranslator(ki18n("NAME OF TRANSLATORS"), ki18n("EMAIL OF TRANSLATORS")); + aboutData.setBugAddress("http://kdenlive.org/mantis"); KCmdLineArgs::init(argc, argv, &aboutData);