aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hotkey/hotkeyfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/hotkey/hotkeyfactory.cpp')
-rw-r--r--src/plugins/General/hotkey/hotkeyfactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/hotkey/hotkeyfactory.cpp b/src/plugins/General/hotkey/hotkeyfactory.cpp
index a2ea71e6e..de944514e 100644
--- a/src/plugins/General/hotkey/hotkeyfactory.cpp
+++ b/src/plugins/General/hotkey/hotkeyfactory.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 *
@@ -52,7 +52,7 @@ void HotkeyFactory::showAbout(QWidget *parent)
QMessageBox::about (parent, tr("About Global Hotkey Plugin"),
tr("Qmmp Global Hotkey Plugin")+"\n"+
tr("This plugin adds support for multimedia keys or global key combinations")+"\n"+
- tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>"));
+ tr("Written by: Ilya Kotov <forkotov02@ya.ru>"));
}
QTranslator *HotkeyFactory::createTranslator(QObject *parent)