]> git.sesse.net Git - vlc/blobdiff - modules/gui/gtk/gnome.c
Improvements to preferences
[vlc] / modules / gui / gtk / gnome.c
index e3686c62ec147cb8943f428f63fc7b5fe0f850d7..733e5f4b8cdb2a44c0f3152b317db2e69887fe2f 100644 (file)
@@ -75,6 +75,8 @@ vlc_module_begin();
     int i = getenv( "DISPLAY" ) == NULL ? 15 : 100;
 #endif
     set_description( _("GNOME interface") );
+    set_category( CAT_INTERFACE );
+    set_subcategory( SUBCAT_INTERFACE_GENERAL );
 
     add_bool( "gnome-tooltips", 1, E_(GtkHideTooltips),
               TOOLTIPS_TEXT, TOOLTIPS_LONGTEXT, VLC_FALSE );