Remove sf.net bug url from aboutdata.

svn path=/trunk/playground/sysadmin/partitionmanager/; revision=864969
This commit is contained in:
Volker Lanz 2008-09-26 09:09:53 +00:00
parent 233a69812f
commit 9745b83cbe
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ int main(int argc, char* argv[])
);
about.addAuthor(ki18n("Volker Lanz"), KLocalizedString(), "vl@fidra.de");
about.setHomepage("http://www.partitionmanager.org");
about.setBugAddress("https://sourceforge.net/tracker/?group_id=238970&atid=1108273");
KCmdLineArgs::init(argc, argv, &about);