|
|
|
@ -68,8 +68,7 @@ int main(int argc, char *argv[])
|
|
|
|
|
{
|
|
|
|
|
TDEAboutData aboutData("kaffeine", I18N_NOOP("Kaffeine Player"), KAFFEINE_VERSION,
|
|
|
|
|
I18N_NOOP("A media player for TDE. Can use multiple backends for playback, default (and recommended) is xine."),
|
|
|
|
|
TDEAboutData::License_GPL_V2, I18N_NOOP("Copyright (C) 2003-2007, The Kaffeine Authors"), 0,
|
|
|
|
|
"http://kaffeine.sourceforge.net");
|
|
|
|
|
TDEAboutData::License_GPL_V2, I18N_NOOP("Copyright (C) 2003-2007, The Kaffeine Authors"), 0);
|
|
|
|
|
|
|
|
|
|
aboutData.addAuthor("Christophe Thommeret", I18N_NOOP("Current maintainer"), "hftom@free.fr");
|
|
|
|
|
aboutData.addAuthor("Christoph Pfister", I18N_NOOP("Developer"), "christophpfister@gmail.com");
|
|
|
|
|