diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-01-03 21:40:41 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-01-03 21:40:41 +0000 |
| commit | ecc490d2a4df5fda33034a7fb87b35bf11745dd5 (patch) | |
| tree | 27b6d49c373e939b963f30bff54fc0997ce593f9 /src/plugins/Input/modplug/decodermodplugfactory.cpp | |
| parent | d9a77404bc237141af5b3f57a12b54fd9439dcbc (diff) | |
| download | qmmp-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/modplug/decodermodplugfactory.cpp')
| -rw-r--r-- | src/plugins/Input/modplug/decodermodplugfactory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/Input/modplug/decodermodplugfactory.cpp b/src/plugins/Input/modplug/decodermodplugfactory.cpp index bc70baed9..3d8f5c91a 100644 --- a/src/plugins/Input/modplug/decodermodplugfactory.cpp +++ b/src/plugins/Input/modplug/decodermodplugfactory.cpp @@ -63,6 +63,7 @@ const DecoderProperties DecoderModPlugFactory::properties() const "*.xmr *.xmgz *.itz *.itr *.itgz *.dmf *.umx *.it *.669 *.xm *.mtm *.psm *.ft2"; properties.description = tr("ModPlug Files"); //properties.contentType = ; + properties.shortName = "modplug"; properties.hasAbout = TRUE; properties.hasSettings = TRUE; properties.noInput = TRUE; |
