Commit a7566c48 authored by Christophe Mutricy's avatar Christophe Mutricy

Oups. silly sed

parent 64b3218a
...@@ -180,7 +180,7 @@ static void Close( vlc_object_t *p_this ); ...@@ -180,7 +180,7 @@ static void Close( vlc_object_t *p_this );
vlc_module_begin(); vlc_module_begin();
set_shortname( _("DVB") ); set_shortname( _("DVB") );
set_shortname( _("DVB input with v4l2 support") ); set_description( _("DVB input with v4l2 support") );
set_category( CAT_INPUT ); set_category( CAT_INPUT );
set_subcategory( SUBCAT_INPUT_ACCESS ); set_subcategory( SUBCAT_INPUT_ACCESS );
......
...@@ -109,7 +109,7 @@ static int PAOpenStream( aout_instance_t * ); ...@@ -109,7 +109,7 @@ static int PAOpenStream( aout_instance_t * );
vlc_module_begin(); vlc_module_begin();
set_shortname( "PortAudio" ); set_shortname( "PortAudio" );
set_shortname( _("PORTAUDIO audio output") ); set_description( _("PORTAUDIO audio output") );
set_category( CAT_AUDIO ); set_category( CAT_AUDIO );
set_subcategory( SUBCAT_AUDIO_AOUT ); set_subcategory( SUBCAT_AUDIO_AOUT );
add_integer( "portaudio-device", 0, NULL, add_integer( "portaudio-device", 0, NULL,
......
...@@ -63,7 +63,7 @@ gint E_(GtkModeManage) ( intf_thread_t * p_intf ); ...@@ -63,7 +63,7 @@ gint E_(GtkModeManage) ( intf_thread_t * p_intf );
* Module descriptor * Module descriptor
*****************************************************************************/ *****************************************************************************/
vlc_module_begin(); vlc_module_begin();
set_shortname( _("PDA Linux Gtk2+ interface") ); set_description( _("PDA Linux Gtk2+ interface") );
set_category( CAT_INTERFACE ); set_category( CAT_INTERFACE );
set_subcategory( SUBCAT_INTERFACE_MAIN ); set_subcategory( SUBCAT_INTERFACE_MAIN );
// add_bool( "pda-autoplayfile", 1, GtkAutoPlayFile, AUTOPLAYFILE_TEXT, AUTOPLAYFILE_LONGTEXT, VLC_TRUE ); // add_bool( "pda-autoplayfile", 1, GtkAutoPlayFile, AUTOPLAYFILE_TEXT, AUTOPLAYFILE_LONGTEXT, VLC_TRUE );
......
...@@ -115,7 +115,7 @@ vlc_module_begin(); ...@@ -115,7 +115,7 @@ vlc_module_begin();
OSD_UPDATE_LONGTEXT, VLC_TRUE ); OSD_UPDATE_LONGTEXT, VLC_TRUE );
set_capability( "sub filter", 100 ); set_capability( "sub filter", 100 );
set_shortname( _("On Screen Display menu") ); set_description( _("On Screen Display menu") );
set_shortname( _("OSD menu") ); set_shortname( _("OSD menu") );
add_shortcut( "osdmenu" ); add_shortcut( "osdmenu" );
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment