|
|
|
@ -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);
|
|
|
|
|