diff options
Diffstat (limited to 'src/plugins/Effect/bs2b/effectbs2bfactory.cpp')
| -rw-r--r-- | src/plugins/Effect/bs2b/effectbs2bfactory.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/Effect/bs2b/effectbs2bfactory.cpp b/src/plugins/Effect/bs2b/effectbs2bfactory.cpp index 9f9f5fdda..cb43dd017 100644 --- a/src/plugins/Effect/bs2b/effectbs2bfactory.cpp +++ b/src/plugins/Effect/bs2b/effectbs2bfactory.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2009 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 * @@ -57,8 +57,8 @@ void EffectBs2bFactory::showAbout(QWidget *parent) .arg("<a href=\"http://bs2b.sourceforge.net/\">http://bs2b.sourceforge.net/</a>")+ QString("<p>" + tr("Compiled against libbs2b-%1") + "</p>").arg(BS2B_VERSION_STR)+ "<p>"+tr("Developers:")+"<br>"+ - tr("Ilya Kotov") + " <forkotov02@hotmail.ru>"+"<br>"+ - tr("Sebastian Pipping") + " <sebastian@pipping.org>"+"</p>"); + tr("Ilya Kotov <forkotov02@ya.ru>")+"<br>"+ + tr("Sebastian Pipping <sebastian@pipping.org>")+"</p>"); } QTranslator *EffectBs2bFactory::createTranslator(QObject *parent) |
