X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmain.cpp;h=0af54c9aa8724fe1fe663908e8eac5de84b4b9c7;hb=a1e05c52ed30a48b044d357cf11ce9bdc06c8d82;hp=febe66fe5d29acf472cd8c390988ed89a282da58;hpb=134a718970d2af05b0e9ffe81928ca0a8325b1e1;p=kdenlive 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);