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/flac | |
| 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/flac')
| -rw-r--r-- | src/plugins/Input/flac/decoderflacfactory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/Input/flac/decoderflacfactory.cpp b/src/plugins/Input/flac/decoderflacfactory.cpp index df3ef6dd3..c1be22805 100644 --- a/src/plugins/Input/flac/decoderflacfactory.cpp +++ b/src/plugins/Input/flac/decoderflacfactory.cpp @@ -52,6 +52,7 @@ const DecoderProperties DecoderFLACFactory::properties() const properties.filter = "*.flac"; properties.description = tr("FLAC Files"); //properties.contentType = ; + properties.shortName = "flac"; properties.protocols = "flac"; properties.hasAbout = TRUE; properties.hasSettings = FALSE; |
