aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/mpc/decodermpcfactory.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-01-03 21:40:41 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-01-03 21:40:41 +0000
commitecc490d2a4df5fda33034a7fb87b35bf11745dd5 (patch)
tree27b6d49c373e939b963f30bff54fc0997ce593f9 /src/plugins/Input/mpc/decodermpcfactory.cpp
parentd9a77404bc237141af5b3f57a12b54fd9439dcbc (diff)
downloadqmmp-ecc490d2a4df5fda33034a7fb87b35bf11745dd5.tar.gz
qmmp-ecc490d2a4df5fda33034a7fb87b35bf11745dd5.tar.bz2
qmmp-ecc490d2a4df5fda33034a7fb87b35bf11745dd5.zip
fixed plugins short name
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@731 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mpc/decodermpcfactory.cpp')
-rw-r--r--src/plugins/Input/mpc/decodermpcfactory.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/Input/mpc/decodermpcfactory.cpp b/src/plugins/Input/mpc/decodermpcfactory.cpp
index a62f3a096..6d17179f6 100644
--- a/src/plugins/Input/mpc/decodermpcfactory.cpp
+++ b/src/plugins/Input/mpc/decodermpcfactory.cpp
@@ -47,6 +47,7 @@ const DecoderProperties DecoderMPCFactory::properties() const
properties.filter = "*.mpc";
properties.description = tr("Musepack Files");
//properties.contentType = ;
+ properties.shortName = "mpc";
properties.hasAbout = TRUE;
properties.hasSettings = FALSE;
return properties;