diff options
author | Chris <[email protected]> | 2019-07-16 18:43:56 +0200 |
---|---|---|
committer | Chris <[email protected]> | 2019-07-16 18:43:56 +0200 |
commit | 84633c1d2727230cd2fb312371fbf839afb53142 (patch) | |
tree | 331bb3c1a4e82609fb8bbb1f9a222031609f2fce | |
parent | d7dfbb5006a8de8a5bb57ece5a7057c5fb7fbaec (diff) | |
download | kplayer-84633c1d2727230cd2fb312371fbf839afb53142.tar.gz kplayer-84633c1d2727230cd2fb312371fbf839afb53142.zip |
Remove old upstream URL.
Signed-off-by: Chris <[email protected]>
-rw-r--r-- | kplayer/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ 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); |