diff options
Diffstat (limited to 'src/plugins/Input/sndfile/decodersndfilefactory.cpp')
| -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; |
