aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/trackchange/trackchangefactory.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-01-13 16:57:04 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-01-13 16:57:04 +0000
commitb8d86c28b94619d7ddcf9a16394b3fd0d536e096 (patch)
tree2e0ff8831e3a05bc75ac7242c306ae1fd0eb95a9 /src/plugins/General/trackchange/trackchangefactory.cpp
parentf85c8b450e2a45aa1f2b317cde639a99c55eae4d (diff)
downloadqmmp-b8d86c28b94619d7ddcf9a16394b3fd0d536e096.tar.gz
qmmp-b8d86c28b94619d7ddcf9a16394b3fd0d536e096.tar.bz2
qmmp-b8d86c28b94619d7ddcf9a16394b3fd0d536e096.zip
track change plugin: updated description
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3159 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/trackchange/trackchangefactory.cpp')
-rw-r--r--src/plugins/General/trackchange/trackchangefactory.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/General/trackchange/trackchangefactory.cpp b/src/plugins/General/trackchange/trackchangefactory.cpp
index b7e68c614..ddb424ecb 100644
--- a/src/plugins/General/trackchange/trackchangefactory.cpp
+++ b/src/plugins/General/trackchange/trackchangefactory.cpp
@@ -49,6 +49,8 @@ void TrackChangeFactory::showAbout(QWidget *parent)
{
QMessageBox::about (parent, tr("About Song Change Plugin"),
tr("Qmmp Track Change Plugin")+"\n"+
+ tr("This plugin executes external command when"
+ "current track is changed.") + "\n" +
tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>"));
}