aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Effect/crossfade/effectcrossfadefactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Effect/crossfade/effectcrossfadefactory.cpp')
-rw-r--r--src/plugins/Effect/crossfade/effectcrossfadefactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Effect/crossfade/effectcrossfadefactory.cpp b/src/plugins/Effect/crossfade/effectcrossfadefactory.cpp
index 8ebab93a2..09cc33b77 100644
--- a/src/plugins/Effect/crossfade/effectcrossfadefactory.cpp
+++ b/src/plugins/Effect/crossfade/effectcrossfadefactory.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2010 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 EffectCrossfadeFactory::showAbout(QWidget *parent)
{
QMessageBox::about (parent, tr("About Crossfade Plugin"),
tr("Qmmp Crossfade Plugin")+"\n"+
- tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>"));
+ tr("Written by: Ilya Kotov <forkotov02@ya.ru>"));
}
QTranslator *EffectCrossfadeFactory::createTranslator(QObject *parent)