diff options
Diffstat (limited to 'src/plugins/Output/waveout/outputwaveoutfactory.cpp')
| -rw-r--r-- | src/plugins/Output/waveout/outputwaveoutfactory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Output/waveout/outputwaveoutfactory.cpp b/src/plugins/Output/waveout/outputwaveoutfactory.cpp index d3861a077..f6bf47321 100644 --- a/src/plugins/Output/waveout/outputwaveoutfactory.cpp +++ b/src/plugins/Output/waveout/outputwaveoutfactory.cpp @@ -1,6 +1,6 @@ /***************************************************************************
* Copyright (C) 2009-2017 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -61,7 +61,7 @@ void OutputWaveOutFactory::showAbout(QWidget *parent) {
QMessageBox::about (parent, tr("About WaveOut Output Plugin"),
tr("Qmmp WaveOut Output Plugin")+"\n"+
- tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>") + "\n" +
+ tr("Written by: Ilya Kotov <forkotov02@ya.ru>") + "\n" +
tr("Based on aacDECdrop player"));
}
|
