aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/mad/decodermadfactory.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2012-01-17 08:51:39 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2012-01-17 08:51:39 +0000
commitacb3d9b6c3df6dd3eaedefde0f6d82f51681158a (patch)
tree28e76c1e8db5baddeb75ae97075ecf76977455e7 /src/plugins/Input/mad/decodermadfactory.cpp
parent49cdf460a519565b113892095c874c15ef755bc5 (diff)
downloadqmmp-acb3d9b6c3df6dd3eaedefde0f6d82f51681158a.tar.gz
qmmp-acb3d9b6c3df6dd3eaedefde0f6d82f51681158a.tar.bz2
qmmp-acb3d9b6c3df6dd3eaedefde0f6d82f51681158a.zip
added win32 patches
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2537 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mad/decodermadfactory.cpp')
-rw-r--r--src/plugins/Input/mad/decodermadfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/mad/decodermadfactory.cpp b/src/plugins/Input/mad/decodermadfactory.cpp
index a6a192234..83a3d4f29 100644
--- a/src/plugins/Input/mad/decodermadfactory.cpp
+++ b/src/plugins/Input/mad/decodermadfactory.cpp
@@ -224,7 +224,7 @@ void DecoderMADFactory::showAbout(QWidget *parent)
.arg(MAD_VERSION_MINOR)
.arg(MAD_VERSION_PATCH).arg(MAD_VERSION_EXTRA)+"\n"+
tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>")+"\n"+
- tr("Source code based on mq3 and madplay progects")
+ tr("Source code based on mq3 and madplay projects")
);
}