aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Output/waveout/outputwaveoutfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Output/waveout/outputwaveoutfactory.cpp')
-rw-r--r--src/plugins/Output/waveout/outputwaveoutfactory.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/Output/waveout/outputwaveoutfactory.cpp b/src/plugins/Output/waveout/outputwaveoutfactory.cpp
index 04c22b447..72bc59b8f 100644
--- a/src/plugins/Output/waveout/outputwaveoutfactory.cpp
+++ b/src/plugins/Output/waveout/outputwaveoutfactory.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2007-2008 by Ilya Kotov *
+ * Copyright (C) 2009 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -52,7 +52,8 @@ void OutputWaveOutFactory::showAbout(QWidget *parent)
{
QMessageBox::about (parent, tr("About WaveOut Output Plugin"),
tr("Qmmp WaveOut Output Plugin")+"\n"+
- tr("Writen by: Ilya Kotov <forkotov02@hotmail.ru>"));
+ tr("Writen by: Ilya Kotov <forkotov02@hotmail.ru>") + "\n" +
+ tr("Based on aacDECdrop player"));
}
QTranslator *OutputWaveOutFactory::createTranslator(QObject *parent)