aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Output/wasapi/outputwasapifactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Output/wasapi/outputwasapifactory.cpp')
-rw-r--r--src/plugins/Output/wasapi/outputwasapifactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Output/wasapi/outputwasapifactory.cpp b/src/plugins/Output/wasapi/outputwasapifactory.cpp
index 954326a21..ede9f4f0b 100644
--- a/src/plugins/Output/wasapi/outputwasapifactory.cpp
+++ b/src/plugins/Output/wasapi/outputwasapifactory.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2016-2017 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 *
@@ -55,7 +55,7 @@ void OutputWASAPIFactory::showAbout(QWidget *parent)
{
QMessageBox::about (parent, tr("About WASAPI Output Plugin"),
tr("Qmmp WASAPI Output Plugin")+"\n"+
- tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>"));
+ tr("Written by: Ilya Kotov <forkotov02@ya.ru>"));
}
QTranslator *OutputWASAPIFactory::createTranslator(QObject *parent)