diff options
Diffstat (limited to 'src/plugins/Input/cue/decodercuefactory.cpp')
| -rw-r--r-- | src/plugins/Input/cue/decodercuefactory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Input/cue/decodercuefactory.cpp b/src/plugins/Input/cue/decodercuefactory.cpp index fe2fd0c41..0e92264b5 100644 --- a/src/plugins/Input/cue/decodercuefactory.cpp +++ b/src/plugins/Input/cue/decodercuefactory.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2008-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 * @@ -92,7 +92,7 @@ void DecoderCUEFactory::showAbout(QWidget *parent) { QMessageBox::about (parent, tr("About CUE Audio Plugin"), tr("Qmmp CUE Audio Plugin")+"\n"+ - tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>")); + tr("Written by: Ilya Kotov <forkotov02@ya.ru>")); } QTranslator *DecoderCUEFactory::createTranslator(QObject *parent) |
