diff options
Diffstat (limited to 'kplato/kptaboutdata.h')
-rw-r--r-- | kplato/kptaboutdata.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kplato/kptaboutdata.h b/kplato/kptaboutdata.h index ccb6fb21..d53c87c2 100644 --- a/kplato/kptaboutdata.h +++ b/kplato/kptaboutdata.h @@ -34,8 +34,7 @@ TDEAboutData * newAboutData() { TDEAboutData * aboutData=new TDEAboutData( "kplato", I18N_NOOP("KPlato"), KPLATO_VERSION, KPLATO_DESCRIPTION, TDEAboutData::License_GPL, - I18N_NOOP("(c) 1998-2006, The KPlato Team"), 0, - "http://www.koffice.org/kplato/" ); + I18N_NOOP("(c) 1998-2006, The KPlato Team"), 0 ); aboutData->addAuthor("Thomas Zander", 0, 0 ); // please don't re-add, I don't like getting personal emails :) aboutData->addAuthor("Bo Thorsen", 0, "bo@sonofthor.dk"); aboutData->addAuthor("Dag Andersen", 0, "danders@get2net.dk"); |