From ecc490d2a4df5fda33034a7fb87b35bf11745dd5 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 3 Jan 2009 21:40:41 +0000 Subject: fixed plugins short name git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@731 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/sndfile/decodersndfilefactory.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/Input/sndfile') 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; -- cgit v1.2.3-13-gbd6f