]> git.sesse.net Git - vlc/blobdiff - modules/misc/network/ipv4.c
* Renamed "Advanced" subcat of "Input / Codecs" into "General" and made all the advan...
[vlc] / modules / misc / network / ipv4.c
index 0a84229d65cd8e3ee761e1a3491e1c1f9304b889..5f60cd75818e6613ea25e08abaf8a25311262dcb 100644 (file)
@@ -103,7 +103,7 @@ vlc_module_begin();
     set_description( _("UDP/IPv4 network abstraction layer") );
     set_capability( "network", 50 );
     set_category( CAT_INPUT );
-    set_subcategory( SUBCAT_INPUT_ADVANCED );
+    set_subcategory( SUBCAT_INPUT_GENERAL );
     set_callbacks( OpenUDP, NULL );
     add_string( "miface-addr", NULL, NULL, MIFACE_TEXT, MIFACE_LONGTEXT, VLC_TRUE );
 vlc_module_end();