Commit 05bf902c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

OSDMenu: add to the CAT_VIDEO category to have tweaking in the preferences.

parent 9eac2aab
......@@ -126,10 +126,10 @@ vlc_module_begin();
set_description( _("On Screen Display menu") );
set_shortname( _("OSD menu") );
add_shortcut( "osdmenu" );
/*
set_category( CAT_VIDEO );
set_subcategory( SUBCAT_VIDEO_SUBPIC );
*/
set_callbacks( CreateFilter, DestroyFilter );
vlc_module_end();
......
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