aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Output/alsa/outputalsafactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Output/alsa/outputalsafactory.cpp')
-rw-r--r--src/plugins/Output/alsa/outputalsafactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Output/alsa/outputalsafactory.cpp b/src/plugins/Output/alsa/outputalsafactory.cpp
index 7219f6d3b..508ca6299 100644
--- a/src/plugins/Output/alsa/outputalsafactory.cpp
+++ b/src/plugins/Output/alsa/outputalsafactory.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2007-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 *
@@ -57,7 +57,7 @@ void OutputALSAFactory::showAbout(QWidget *parent)
{
QMessageBox::about (parent, tr("About ALSA Output Plugin"),
tr("Qmmp ALSA Output Plugin")+"\n"+
- tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>"));
+ tr("Written by: Ilya Kotov <forkotov02@ya.ru>"));
}
QTranslator *OutputALSAFactory::createTranslator(QObject *parent)