diff options
-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); |