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