diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-09-29 19:39:16 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-09-29 19:39:16 +0000 |
| commit | d0e69a239a8aed7ff06c470e0b2e7e81c0313f21 (patch) | |
| tree | 00de3ce2bccf0656fe8b6267fab769bee4f96a18 /src/plugins/Input/vorbis/decodervorbisfactory.cpp | |
| parent | da82e9b8ea8e24a09e1e0a8ebbe890b81abf9810 (diff) | |
| download | qmmp-d0e69a239a8aed7ff06c470e0b2e7e81c0313f21.tar.gz qmmp-d0e69a239a8aed7ff06c470e0b2e7e81c0313f21.tar.bz2 qmmp-d0e69a239a8aed7ff06c470e0b2e7e81c0313f21.zip | |
short name based plugin identification
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@571 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/vorbis/decodervorbisfactory.cpp')
| -rw-r--r-- | src/plugins/Input/vorbis/decodervorbisfactory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/Input/vorbis/decodervorbisfactory.cpp b/src/plugins/Input/vorbis/decodervorbisfactory.cpp index 095f6b5ff..2bc97a8f7 100644 --- a/src/plugins/Input/vorbis/decodervorbisfactory.cpp +++ b/src/plugins/Input/vorbis/decodervorbisfactory.cpp @@ -48,6 +48,7 @@ const DecoderProperties DecoderVorbisFactory::properties() const { DecoderProperties properties; properties.name = tr("Ogg Vorbis Plugin"); + properties.shortName = "vorbis"; properties.filter = "*.ogg"; properties.description = tr("Ogg Vorbis Files"); properties.contentType = "application/ogg;audio/x-vorbis+ogg"; |
