diff options
Diffstat (limited to 'src/plugins/Output/shout/outputshoutfactory.cpp')
| -rw-r--r-- | src/plugins/Output/shout/outputshoutfactory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Output/shout/outputshoutfactory.cpp b/src/plugins/Output/shout/outputshoutfactory.cpp index f58d60c0b..d42289156 100644 --- a/src/plugins/Output/shout/outputshoutfactory.cpp +++ b/src/plugins/Output/shout/outputshoutfactory.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 * @@ -66,7 +66,7 @@ void OutputShoutFactory::showAbout(QWidget *parent) QMessageBox::about (parent, tr("About Icecast Output Plugin"), tr("Qmmp Icecast Output Plugin")+"\n"+ tr("Compiled against libshout-%1").arg(shout_version(0,0,0))+"\n"+ - tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>")); + tr("Written by: Ilya Kotov <forkotov02@ya.ru>")); } QTranslator *OutputShoutFactory::createTranslator(QObject *parent) |
