diff options
Diffstat (limited to 'src/plugins/Transports/http/httpinputfactory.cpp')
| -rw-r--r-- | src/plugins/Transports/http/httpinputfactory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Transports/http/httpinputfactory.cpp b/src/plugins/Transports/http/httpinputfactory.cpp index a148e2229..f9a3fc1d4 100644 --- a/src/plugins/Transports/http/httpinputfactory.cpp +++ b/src/plugins/Transports/http/httpinputfactory.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2009-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 * @@ -54,7 +54,7 @@ void HTTPInputFactory::showAbout(QWidget *parent) QMessageBox::about (parent, tr("About HTTP Transport Plugin"), tr("Qmmp HTTP Transport Plugin")+"\n"+ tr("Compiled against libcurl-%1").arg(LIBCURL_VERSION) + "\n" + - tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>")); + tr("Written by: Ilya Kotov <forkotov02@ya.ru>")); } QTranslator *HTTPInputFactory::createTranslator(QObject *parent) |
