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/flac/decoderflacfactory.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/Input/flac/decoderflacfactory.cpp') 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; -- cgit v1.2.3-13-gbd6f