diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-19 11:11:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-19 11:15:55 +0900 |
commit | d7362b5922f5e6b481001c86b58e8ae4d82d685f (patch) | |
tree | 8caa3c2d03d94cca5c280012c92d9e52e4a7a2db /src/aboutdata.cpp | |
parent | cddf3dc2d52572b8146060a04369f317e64c8eed (diff) | |
download | basket-d7362b5922f5e6b481001c86b58e8ae4d82d685f.tar.gz basket-d7362b5922f5e6b481001c86b58e8ae4d82d685f.zip |
Remove reference to old basket.kde.org website. This resolves issue #9.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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"), |