]> git.sesse.net Git - kdenlive/commitdiff
Set correct address for Kdenlive bug tracker
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 24 May 2009 23:25:07 +0000 (23:25 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 24 May 2009 23:25:07 +0000 (23:25 +0000)
svn path=/trunk/kdenlive/; revision=3414

src/main.cpp

index febe66fe5d29acf472cd8c390988ed89a282da58..0af54c9aa8724fe1fe663908e8eac5de84b4b9c7 100644 (file)
@@ -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 <a href=\"http://kdenlive.org/mantis\">http://kdenlive.org/mantis</a>"));
     aboutData.setTranslator(ki18n("NAME OF TRANSLATORS"), ki18n("EMAIL OF TRANSLATORS"));
+    aboutData.setBugAddress("http://kdenlive.org/mantis");
 
     KCmdLineArgs::init(argc, argv, &aboutData);