]> git.sesse.net Git - vlc/blobdiff - modules/gui/ncurses.c
Improvements to preferences
[vlc] / modules / gui / ncurses.c
index 38f4f5efc921656834497c4f32b4795b3cc0316d..e78a7d0ac75b09daf732031f127e99d125038631 100644 (file)
@@ -85,12 +85,14 @@ static void ReadDir        ( intf_thread_t * );
 
 #define BROWSE_TEXT N_("Filebrowser starting point")
 #define BROWSE_LONGTEXT N_( \
-    "This option allows you to specify directory the ncurses filebrowser" \
+    "This option allows you to specify the directory the ncurses filebrowser " \
     "will show you initially.")
 
 vlc_module_begin();
     set_description( _("ncurses interface") );
     set_capability( "interface", 10 );
+    set_category( CAT_INTERFACE );
+    set_subcategory( SUBCAT_INTERFACE_GENERAL );
     set_callbacks( Open, Close );
     add_shortcut( "curses" );
     add_directory( "browse-dir", NULL, NULL, BROWSE_TEXT, BROWSE_LONGTEXT, VLC_FALSE );