diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2019-06-29 21:12:57 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2019-06-29 21:12:57 +0000 |
| commit | f052ce1beeaa474b6b9fe114a2feb2a6eb9b46f8 (patch) | |
| tree | 58bcf28aaca8ab616924fa1c8638825945fc6aea /src | |
| parent | 3de1ef49979d1e65e88259d4ace82b2ef8a762d2 (diff) | |
| download | qmmp-f052ce1beeaa474b6b9fe114a2feb2a6eb9b46f8.tar.gz qmmp-f052ce1beeaa474b6b9fe114a2feb2a6eb9b46f8.tar.bz2 qmmp-f052ce1beeaa474b6b9fe114a2feb2a6eb9b46f8.zip | |
fixed plugin description
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8964 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
| -rw-r--r-- | src/plugins/Effect/bs2b/effectbs2bfactory.cpp | 4 | ||||
| -rw-r--r-- | src/plugins/General/kdenotify/kdenotifyfactory.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/Effect/bs2b/effectbs2bfactory.cpp b/src/plugins/Effect/bs2b/effectbs2bfactory.cpp index ca543bcc5..8c46b6b4e 100644 --- a/src/plugins/Effect/bs2b/effectbs2bfactory.cpp +++ b/src/plugins/Effect/bs2b/effectbs2bfactory.cpp @@ -55,8 +55,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@ya.ru>")+"<br>"+ - tr("Sebastian Pipping <sebastian@pipping.org>")+"</p>"); + tr("Ilya Kotov <forkotov02@ya.ru>")+"<br>"+ + tr("Sebastian Pipping <sebastian@pipping.org>")+"</p>"); } QString EffectBs2bFactory::translation() const diff --git a/src/plugins/General/kdenotify/kdenotifyfactory.cpp b/src/plugins/General/kdenotify/kdenotifyfactory.cpp index 9d55ec451..025b40af6 100644 --- a/src/plugins/General/kdenotify/kdenotifyfactory.cpp +++ b/src/plugins/General/kdenotify/kdenotifyfactory.cpp @@ -48,7 +48,7 @@ void KdeNotifyFactory::showAbout(QWidget *parent) { QMessageBox::about (parent, tr("About KDE Notification Plugin"), tr("KDE notification plugin for Qmmp") + "<br>" - "Artur Guzik <a.guzik88@gmail.com>"); + "Artur Guzik <a.guzik88@gmail.com>"); } QString KdeNotifyFactory::translation() const |
