]> git.sesse.net Git - vlc/blobdiff - modules/gui/pda/pda.c
* Remove Advanced/Misc
[vlc] / modules / gui / pda / pda.c
index bb34a5547edb76229215ddb5966950de01f190e9..6182caa8ceb2e8394ff44d046d68023edaf48d90 100644 (file)
@@ -65,7 +65,7 @@ gint E_(GtkModeManage)   ( intf_thread_t * p_intf );
 vlc_module_begin();
     set_description( N_("PDA Linux Gtk2+ interface") );
     set_category( CAT_INTERFACE );
-    set_subcategory( SUBCAT_INTERFACE_GENERAL );
+    set_subcategory( SUBCAT_INTERFACE_MAIN );
 //    add_bool( "pda-autoplayfile", 1, GtkAutoPlayFile, AUTOPLAYFILE_TEXT, AUTOPLAYFILE_LONGTEXT, VLC_TRUE );
     set_capability( "interface", 70 );
     set_callbacks( Open, Close );