]> git.sesse.net Git - vlc/blobdiff - modules/misc/logger.c
Improvements to preferences
[vlc] / modules / misc / logger.c
index 4563eea5779f5d44cefdcc0bd55fd7d2141941e2..78e131f4f8c364f78b36574fe106e933bf074141 100644 (file)
@@ -98,6 +98,8 @@ static char *mode_list_text[] = { N_("Text"), "HTML" };
 #define LOGMODE_LONGTEXT N_("Specify the log format. Available choices are \"text\" (default) and \"html\".")
 
 vlc_module_begin();
+    set_category( CAT_ADVANCED );
+    set_subcategory( SUBCAT_ADVANCED_MISC );
     set_description( _("File logging interface") );
 
     add_file( "logfile", NULL, NULL, N_("Log filename"), N_("Specify the log filename."), VLC_FALSE );