aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/opus/decoderopusfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Input/opus/decoderopusfactory.cpp')
-rw-r--r--src/plugins/Input/opus/decoderopusfactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Input/opus/decoderopusfactory.cpp b/src/plugins/Input/opus/decoderopusfactory.cpp
index 27c0ac9db..d52d76cec 100644
--- a/src/plugins/Input/opus/decoderopusfactory.cpp
+++ b/src/plugins/Input/opus/decoderopusfactory.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2013-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 *
@@ -121,7 +121,7 @@ void DecoderOpusFactory::showAbout(QWidget *parent)
{
QMessageBox::about (parent, tr("About Opus Audio Plugin"),
tr("Qmmp Opus Audio Plugin")+"\n"+
- tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>")+"\n"+
+ tr("Written by: Ilya Kotov <forkotov02@ya.ru>")+"\n"+
tr("This plugin includes code from TagLib library"));
}