aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/copypaste/copypastefactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/copypaste/copypastefactory.cpp')
-rw-r--r--src/plugins/General/copypaste/copypastefactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/copypaste/copypastefactory.cpp b/src/plugins/General/copypaste/copypastefactory.cpp
index 03a8fe68e..b4fd61a6b 100644
--- a/src/plugins/General/copypaste/copypastefactory.cpp
+++ b/src/plugins/General/copypaste/copypastefactory.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 *
@@ -50,7 +50,7 @@ void CopyPasteFactory::showAbout(QWidget *parent)
QMessageBox::about (parent, tr("About Copy/Paste Plugin"),
tr("Qmmp Copy/Paste Plugin")+"\n"+
tr("This plugin allows one to copy selected tracks from one playlist to another")+"\n"+
- tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>"));
+ tr("Written by: Ilya Kotov <forkotov02@ya.ru>"));
}
QTranslator *CopyPasteFactory::createTranslator(QObject *parent)