diff options
Diffstat (limited to 'src/plugins/Effect/soxr/effectsoxrfactory.cpp')
| -rw-r--r-- | src/plugins/Effect/soxr/effectsoxrfactory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Effect/soxr/effectsoxrfactory.cpp b/src/plugins/Effect/soxr/effectsoxrfactory.cpp index 3ef0842a0..9343ae288 100644 --- a/src/plugins/Effect/soxr/effectsoxrfactory.cpp +++ b/src/plugins/Effect/soxr/effectsoxrfactory.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2016 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 * @@ -52,7 +52,7 @@ void EffectSoXRFactory::showAbout(QWidget *parent) { QMessageBox::about (parent, tr("About SoX Resampler Plugin"), tr("Qmmp SoX Resampler Plugin")+"\n"+ - tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>")); + tr("Written by: Ilya Kotov <forkotov02@ya.ru>")); } QTranslator *EffectSoXRFactory::createTranslator(QObject *parent) |
