summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-27 14:46:53 +0200
committerSlávek Banko <slavek.banko@axis.cz>2019-07-28 02:46:48 +0200
commite9dfeb2e54189780fde7a93c4e29c5100ca67027 (patch)
tree79822bba121c114a77c4112eba0259d9c54df614
parentcfcf52ab450fe040f9dcb34fbf231425a38181c1 (diff)
downloadtdebase-e9dfeb2e54189780fde7a93c4e29c5100ca67027.tar.gz
tdebase-e9dfeb2e54189780fde7a93c4e29c5100ca67027.zip
Remove old upstream URL of KWrite and Kate.
Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 8d5ef692f0f1a0f074fae16d26645ab97cbecf31)
-rw-r--r--kate/app/katemain.cpp2
-rw-r--r--kate/app/kwritemain.cpp2
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");