]> git.sesse.net Git - vlc/commitdiff
OSDMenu: add to the CAT_VIDEO category to have tweaking in the preferences.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 1 Sep 2007 13:42:55 +0000 (13:42 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 1 Sep 2007 13:42:55 +0000 (13:42 +0000)
modules/video_filter/osdmenu.c

index 831dc2775903fcd1aa0c187f2f1db89ceaca2f62..450b4068d9d8513c9815f8c58c408477c5b31243 100644 (file)
@@ -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();