diff options
Diffstat (limited to 'src/plugins/General/mpris/mprisfactory.cpp')
| -rw-r--r-- | src/plugins/General/mpris/mprisfactory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/mpris/mprisfactory.cpp b/src/plugins/General/mpris/mprisfactory.cpp index 1cfffe3e6..5f48a3540 100644 --- a/src/plugins/General/mpris/mprisfactory.cpp +++ b/src/plugins/General/mpris/mprisfactory.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2008-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 * @@ -50,7 +50,7 @@ void MPRISFactory::showAbout(QWidget *parent) { QMessageBox::about (parent, tr("About MPRIS Plugin"), tr("Qmmp MPRIS Plugin")+"\n"+ - tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>")); + tr("Written by: Ilya Kotov <forkotov02@ya.ru>")); } QTranslator *MPRISFactory::createTranslator(QObject *parent) |
