diff options
author | Chris <xchrisx@uber.space> | 2019-07-27 14:46:53 +0200 |
---|---|---|
committer | Chris <xchrisx@uber.space> | 2019-07-27 14:46:53 +0200 |
commit | 8d5ef692f0f1a0f074fae16d26645ab97cbecf31 (patch) | |
tree | bfc45ffda5eec54c9e929140f42c63fa3778b67e | |
parent | 97e122f5b84b20683792c14a43dbf44781c49b78 (diff) | |
download | tdebase-8d5ef692f0f1a0f074fae16d26645ab97cbecf31.tar.gz tdebase-8d5ef692f0f1a0f074fae16d26645ab97cbecf31.zip |
Remove old upstream URL of KWrite and Kate.
Signed-off-by: Chris <xchrisx@uber.space>
-rw-r--r-- | kate/app/katemain.cpp | 2 | ||||
-rw-r--r-- | kate/app/kwritemain.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kate/app/katemain.cpp b/kate/app/katemain.cpp index 7b9903d5e..8cdd3a52a 100644 --- a/kate/app/katemain.cpp +++ b/kate/app/katemain.cpp @@ -66,7 +66,7 @@ extern "C" KDE_EXPORT int kdemain( int argc, char **argv ) TDEAboutData aboutData ("kate", I18N_NOOP("Kate"), kateVersion.latin1(), I18N_NOOP( "Kate - Advanced Text Editor" ), TDEAboutData::License_LGPL_V2, - I18N_NOOP( "(c) 2000-2005 The Kate Authors" ), 0, "http://kate.kde.org"); + I18N_NOOP( "(c) 2000-2005 The Kate Authors" ), 0); aboutData.addAuthor ("Christoph Cullmann", I18N_NOOP("Maintainer"), "cullmann@kde.org", "http://www.babylon2k.de"); aboutData.addAuthor ("Anders Lund", I18N_NOOP("Core Developer"), "anders@alweb.dk", "http://www.alweb.dk"); diff --git a/kate/app/kwritemain.cpp b/kate/app/kwritemain.cpp index f427b0094..5fc602de5 100644 --- a/kate/app/kwritemain.cpp +++ b/kate/app/kwritemain.cpp @@ -553,7 +553,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) I18N_NOOP("KWrite"), kWriteVersion.latin1(), I18N_NOOP( "KWrite - Text Editor" ), TDEAboutData::License_LGPL_V2, - I18N_NOOP( "(c) 2000-2005 The Kate Authors" ), 0, "http://kate.kde.org" ); + I18N_NOOP( "(c) 2000-2005 The Kate Authors" ), 0 ); aboutData.addAuthor ("Christoph Cullmann", I18N_NOOP("Maintainer"), "cullmann@kde.org", "http://www.babylon2k.de"); aboutData.addAuthor ("Anders Lund", I18N_NOOP("Core Developer"), "anders@alweb.dk", "http://www.alweb.dk"); |