Remove old upstream URL.

Signed-off-by: Chris <xchrisx@uber.space>
pull/4/head
Chris 5 years ago
parent d7dfbb5006
commit 84633c1d27

@ -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 @@ static TDECmdLineOptions options[] =
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);

Loading…
Cancel
Save