diff options
Diffstat (limited to 'src/plugins/Input/cdaudio/decodercdaudiofactory.cpp')
| -rw-r--r-- | src/plugins/Input/cdaudio/decodercdaudiofactory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Input/cdaudio/decodercdaudiofactory.cpp b/src/plugins/Input/cdaudio/decodercdaudiofactory.cpp index ccd10a183..28878690c 100644 --- a/src/plugins/Input/cdaudio/decodercdaudiofactory.cpp +++ b/src/plugins/Input/cdaudio/decodercdaudiofactory.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 * @@ -88,7 +88,7 @@ void DecoderCDAudioFactory::showAbout(QWidget *parent) tr("Qmmp CD Audio Plugin")+"\n"+ QString(tr("Compiled against libcdio-%1 and libcddb-%2")).arg(CDIO_VERSION) .arg(CDDB_VERSION) + "\n" + - tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>")+"\n"+ + tr("Written by: Ilya Kotov <forkotov02@ya.ru>")+"\n"+ tr("Usage: open cdda:/// using Add URL dialog or command line")); } |
