]> git.sesse.net Git - vlc/blobdiff - modules/gui/pda/pda.c
Improvements to preferences
[vlc] / modules / gui / pda / pda.c
index 77385e65a919033d3354b22e8b54429f5ff0d1b8..02fddb48fff4900dabfad938480f8b55b6f87616 100644 (file)
@@ -64,6 +64,8 @@ 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 );
 //    add_bool( "pda-autoplayfile", 1, GtkAutoPlayFile, AUTOPLAYFILE_TEXT, AUTOPLAYFILE_LONGTEXT, VLC_TRUE );
     set_capability( "interface", 70 );
     set_callbacks( Open, Close );