Fix typo in prior commit.

Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit df2a9c73dc)
r14.0.x
Chris 5 years ago committed by Michele Calgaro
parent 3925d5364f
commit 7f1e69763b
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -149,8 +149,8 @@ TDEAboutData *XinePart::createAboutData()
{
TDEAboutData* aboutData = new TDEAboutData( "kaffeine", I18N_NOOP("XinePart"),
KAFFEINE_VERSION, I18N_NOOP("A xine based player part for Kaffeine."),
"(c) 2003-2004, Jürgen Kofler.", 0,
TDEAboutData::License_GPL );
TDEAboutData::License_GPL,
"(c) 2003-2004, Jürgen Kofler.", 0 );
aboutData->addAuthor("Jürgen Kofler.",0, "kaffeine@gmx.net");
return aboutData;

Loading…
Cancel
Save