Branch: master

84633c1d 2019-07-16 16:43:56 Chris
Remove old upstream URL.

Signed-off-by: Chris <xchrisx@...>
M kplayer/main.cpp

kplayer/main.cpp

diff --git a/kplayer/main.cpp b/kplayer/main.cpp
index d26de5c..36b8c1a 100644
--- a/kplayer/main.cpp
+++ b/kplayer/main.cpp
@@ -19,7 +19,7 @@
 
 #include "kplayer.h"
 
-static const char* description = I18N_NOOP("KPlayer, a KDE media player");
+static const char* description = I18N_NOOP("KPlayer, a TDE media player");
 static const char* license = I18N_NOOP("This program is distributed under the terms of the GPL version 3 or later.");
 TDEAboutData* about;
 
@@ -39,7 +39,7 @@
 int main (int argc, char *argv[])
 {
   about = new TDEAboutData ("kplayer", "KPlayer", VERSION, description, TDEAboutData::License_File,
-    "(C) 2002-2007, kiriuja", license, "http://kplayer.sourceforge.net/", "http://kplayer.sourceforge.net/email.html");
+    "(C) 2002-2007, kiriuja", license);
   about -> setLicenseText (license);
   about -> addAuthor ("kiriuja", 0, "http://kplayer.sourceforge.net/email.html");
   TDECmdLineArgs::init (argc, argv, about);