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/modplug/decodermodplugfactory.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/Input/modplug/decodermodplugfactory.cpp') diff --git a/src/plugins/Input/modplug/decodermodplugfactory.cpp b/src/plugins/Input/modplug/decodermodplugfactory.cpp index bc70baed9..3d8f5c91a 100644 --- a/src/plugins/Input/modplug/decodermodplugfactory.cpp +++ b/src/plugins/Input/modplug/decodermodplugfactory.cpp @@ -63,6 +63,7 @@ const DecoderProperties DecoderModPlugFactory::properties() const "*.xmr *.xmgz *.itz *.itr *.itgz *.dmf *.umx *.it *.669 *.xm *.mtm *.psm *.ft2"; properties.description = tr("ModPlug Files"); //properties.contentType = ; + properties.shortName = "modplug"; properties.hasAbout = TRUE; properties.hasSettings = TRUE; properties.noInput = TRUE; -- cgit v1.2.3-13-gbd6f