1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

Compile fix

This commit is contained in:
Clément Stenac 2005-03-03 17:35:26 +00:00
parent 0943126a37
commit f2d226da0a

View File

@ -96,7 +96,7 @@ static void ReadDir ( intf_thread_t * );
"will show you initially.")
vlc_module_begin();
set_shorname( _("Ncurses"));
set_shortname( _("Ncurses"));
set_description( _("Ncurses interface") );
set_capability( "interface", 10 );
set_category( CAT_INTERFACE );