summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-16 04:52:29 +0200
committerChris <xchrisx@uber.space>2019-07-16 04:52:29 +0200
commitdf2a9c73dcc055a135a51b6819847537b6025f1a (patch)
treebc7f3237b3250047e0e5edd4cc14e0aa891df7a0
parentc4ab6ef63adedcd1dd184ea1f3929fb90915ad37 (diff)
downloadkaffeine-df2a9c73.tar.gz
kaffeine-df2a9c73.zip
Fix typo in prior commit.
Signed-off-by: Chris <xchrisx@uber.space>
-rw-r--r--kaffeine/src/player-parts/xine-part/xine_part.cpp4
1 files 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;