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/sndfile | |
| 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/sndfile')
| -rw-r--r-- | src/plugins/Input/sndfile/decodersndfilefactory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/Input/sndfile/decodersndfilefactory.cpp b/src/plugins/Input/sndfile/decodersndfilefactory.cpp index 38278f8dc..3202a39c7 100644 --- a/src/plugins/Input/sndfile/decodersndfilefactory.cpp +++ b/src/plugins/Input/sndfile/decodersndfilefactory.cpp @@ -67,6 +67,7 @@ const DecoderProperties DecoderSndFileFactory::properties() const properties.filter = "*.wav *.au *.snd *.aif *.aiff *.8svx *.sph *.sf *.voc"; properties.description = tr("PCM Files"); //properties.contentType = ""; + properties.shortName = "sndfile"; properties.hasAbout = TRUE; properties.hasSettings = FALSE; properties.noInput = TRUE; |
