diff options
Diffstat (limited to 'src/plugins/Output/null/outputnullfactory.cpp')
| -rw-r--r-- | src/plugins/Output/null/outputnullfactory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Output/null/outputnullfactory.cpp b/src/plugins/Output/null/outputnullfactory.cpp index 55eefc149..a4ff961c7 100644 --- a/src/plugins/Output/null/outputnullfactory.cpp +++ b/src/plugins/Output/null/outputnullfactory.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2010-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 * @@ -55,7 +55,7 @@ void OutputNullFactory::showAbout(QWidget *parent) { QMessageBox::about (parent, tr("About Null Output Plugin"), tr("Qmmp Null Output Plugin")+"\n"+ - tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>")); + tr("Written by: Ilya Kotov <forkotov02@ya.ru>")); } QTranslator *OutputNullFactory::createTranslator(QObject *parent) |
