summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-16 04:52:29 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-07-16 13:57:08 +0900
commit7f1e69763bedf564e4457dd6e7a0c9005a73fc85 (patch)
treec71413be96baf307ca6ab67fec31a2e53649975d
parent3925d5364fde5d13dc7dc60ea1a735c3ae3fe536 (diff)
downloadkaffeine-7f1e69763bedf564e4457dd6e7a0c9005a73fc85.tar.gz
kaffeine-7f1e69763bedf564e4457dd6e7a0c9005a73fc85.zip
Fix typo in prior commit.
Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit df2a9c73dcc055a135a51b6819847537b6025f1a)
-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;