aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Output/waveout/outputwaveoutfactory.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-04-15 16:08:31 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-04-15 16:08:31 +0000
commit8ac5efc90f03d5f4eb9cdd766b3a79da3943abd5 (patch)
tree7de780de0c02bebdc794600f2f38655e4276f1d7 /src/plugins/Output/waveout/outputwaveoutfactory.cpp
parentb14103cbc5f4512b48c2e1c1b08efd5debb1528e (diff)
downloadqmmp-8ac5efc90f03d5f4eb9cdd766b3a79da3943abd5.tar.gz
qmmp-8ac5efc90f03d5f4eb9cdd766b3a79da3943abd5.tar.bz2
qmmp-8ac5efc90f03d5f4eb9cdd766b3a79da3943abd5.zip
added waveout plugin translation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@906 90c681e8-e032-0410-971d-27865f9a5e38
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)