diff options
Diffstat (limited to 'src/plugins/Effect/stereo/effectstereofactory.cpp')
| -rw-r--r-- | src/plugins/Effect/stereo/effectstereofactory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Effect/stereo/effectstereofactory.cpp b/src/plugins/Effect/stereo/effectstereofactory.cpp index c5e6bb017..bb9d434a4 100644 --- a/src/plugins/Effect/stereo/effectstereofactory.cpp +++ b/src/plugins/Effect/stereo/effectstereofactory.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2009 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 * @@ -51,7 +51,7 @@ void EffectStereoFactory::showAbout(QWidget *parent) { QMessageBox::about (parent, tr("About Extra Stereo Plugin"), tr("Qmmp Extra Stereo Plugin")+"\n"+ - tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>")+"\n"+ + tr("Written by: Ilya Kotov <forkotov02@ya.ru>")+"\n"+ tr("Based on the Extra Stereo Plugin for Xmms by Johan Levin")); } |
