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/plugins/General/kdenotify | |
| 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/plugins/General/kdenotify')
| -rw-r--r-- | src/plugins/General/kdenotify/kdenotifyfactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
