diff options
Diffstat (limited to 'src/plugins/Engines/mplayer/mplayerenginefactory.cpp')
| -rw-r--r-- | src/plugins/Engines/mplayer/mplayerenginefactory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Engines/mplayer/mplayerenginefactory.cpp b/src/plugins/Engines/mplayer/mplayerenginefactory.cpp index e6658c3b5..9f106052b 100644 --- a/src/plugins/Engines/mplayer/mplayerenginefactory.cpp +++ b/src/plugins/Engines/mplayer/mplayerenginefactory.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 * @@ -84,7 +84,7 @@ void MplayerEngineFactory::showAbout(QWidget *parent) QMessageBox::about (parent, tr("About MPlayer Plugin"), tr("Qmmp MPlayer Plugin")+"\n"+ tr("This plugin uses MPlayer as backend")+"\n"+ - tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>")); + tr("Written by: Ilya Kotov <forkotov02@ya.ru>")); } QTranslator *MplayerEngineFactory::createTranslator(QObject *parent) |
