aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/vorbis/decodervorbisfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Input/vorbis/decodervorbisfactory.cpp')
-rw-r--r--src/plugins/Input/vorbis/decodervorbisfactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Input/vorbis/decodervorbisfactory.cpp b/src/plugins/Input/vorbis/decodervorbisfactory.cpp
index 246d408b6..f921c451e 100644
--- a/src/plugins/Input/vorbis/decodervorbisfactory.cpp
+++ b/src/plugins/Input/vorbis/decodervorbisfactory.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 *
@@ -130,7 +130,7 @@ void DecoderVorbisFactory::showAbout(QWidget *parent)
{
QMessageBox::about (parent, tr("About Ogg Vorbis Audio Plugin"),
tr("Qmmp Ogg Vorbis Audio Plugin")+"\n"+
- tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>")+"\n"+
+ tr("Written by: Ilya Kotov <forkotov02@ya.ru>")+"\n"+
tr("Source code based on mq3 project")
);
}