diff options
Diffstat (limited to 'src/aboutdata.cpp')
-rw-r--r-- | src/aboutdata.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/aboutdata.cpp b/src/aboutdata.cpp index 1ae0e98..8507426 100644 --- a/src/aboutdata.cpp +++ b/src/aboutdata.cpp @@ -34,9 +34,7 @@ static const char description[] = I18N_NOOP( AboutData::AboutData() : TDEAboutData( "basket", I18N_NOOP("BasKet Note Pads"), VERSION, description, TDEAboutData::License_GPL_V2, - "(c) 2003-2007, S\303\251bastien Lao\303\273t", 0, - "http://basket.kde.org/", - "basket-devel@lists.sourceforge.net" ) + "(c) 2003-2007, S\303\251bastien Lao\303\273t", NULL, NULL, NULL) { addAuthor( "Kelvie Wong", I18N_NOOP("Maintainer"), |