Commit 492db3d9 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Set correct shortname for spatializer.

parent a7420312
......@@ -63,7 +63,7 @@ static void Close( vlc_object_t * );
vlc_module_begin ()
set_description( N_("spatializer") )
set_shortname( N_("spatializer" ) )
set_shortname( N_("Spatializer" ) )
set_capability( "audio filter", 0 )
set_category( CAT_AUDIO )
set_subcategory( SUBCAT_AUDIO_AFILTER )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment