aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/fileops/fileopsfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/fileops/fileopsfactory.cpp')
-rw-r--r--src/plugins/General/fileops/fileopsfactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/fileops/fileopsfactory.cpp b/src/plugins/General/fileops/fileopsfactory.cpp
index 0b87b17a8..854afb31c 100644
--- a/src/plugins/General/fileops/fileopsfactory.cpp
+++ b/src/plugins/General/fileops/fileopsfactory.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 *
@@ -50,7 +50,7 @@ void FileOpsFactory::showAbout(QWidget *parent)
{
QMessageBox::about (parent, tr("About File Operations Plugin"),
tr("Qmmp File Operations Plugin")+"\n"+
- tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>"));
+ tr("Written by: Ilya Kotov <forkotov02@ya.ru>"));
}
QTranslator *FileOpsFactory::createTranslator(QObject *parent)