]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/postproc.c
skins2: optimize the refresh of slider control
[vlc] / modules / video_filter / postproc.c
index cf31d806381064a409158001d1cfa53ef156b084..db758b82c339c0638d7ccf83c064151639e528a1 100644 (file)
@@ -74,8 +74,7 @@ static int PPNameCallback( vlc_object_t *, char const *,
 vlc_module_begin ()
     set_description( N_("Video post processing filter") )
     set_shortname( N_("Postproc" ) )
-    add_shortcut( "postprocess" ) /* name is "postproc" */
-    add_shortcut( "pp" )
+    add_shortcut( "postprocess", "pp" ) /* name is "postproc" */
     set_category( CAT_VIDEO )
     set_subcategory( SUBCAT_VIDEO_VFILTER )