From 7f1e69763bedf564e4457dd6e7a0c9005a73fc85 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 16 Jul 2019 04:52:29 +0200 Subject: [PATCH] Fix typo in prior commit. Signed-off-by: Chris (cherry picked from commit df2a9c73dcc055a135a51b6819847537b6025f1a) --- kaffeine/src/player-parts/xine-part/xine_part.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kaffeine/src/player-parts/xine-part/xine_part.cpp b/kaffeine/src/player-parts/xine-part/xine_part.cpp index 323a9a9..1ea19fc 100644 --- a/kaffeine/src/player-parts/xine-part/xine_part.cpp +++ b/kaffeine/src/player-parts/xine-part/xine_part.cpp @@ -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;