]> git.sesse.net Git - vlc/blobdiff - modules/control/ntservice.c
Improvements to preferences
[vlc] / modules / control / ntservice.c
index 99c1f57b4a83443ef094d24f37f813c4baf1e82f..be50dcfec914e7873975bd69ff15805d045dc1b1 100755 (executable)
@@ -59,6 +59,8 @@ static void Close   ( vlc_object_t * );
 
 vlc_module_begin();
     set_description( _("Windows Service interface") );
+    set_category( CAT_INTERFACE );
+    set_subcategory( SUBCAT_INTERFACE_CONTROL );
     add_bool( "ntservice-install", 0, NULL,
               INSTALL_TEXT, INSTALL_LONGTEXT, VLC_TRUE );
     add_bool( "ntservice-uninstall", 0, NULL,