Commit 057de5d6 authored by Laurent Aimar's avatar Laurent Aimar

* all: added set_shortname.

parent c16d163f
...@@ -45,6 +45,7 @@ static int Open ( vlc_object_t * ); ...@@ -45,6 +45,7 @@ static int Open ( vlc_object_t * );
static void Close( vlc_object_t * ); static void Close( vlc_object_t * );
vlc_module_begin(); vlc_module_begin();
set_shortname( _("Record") );
set_description( _("Record") ); set_description( _("Record") );
set_category( CAT_INPUT ); set_category( CAT_INPUT );
set_subcategory( SUBCAT_INPUT_ACCESS_FILTER ); set_subcategory( SUBCAT_INPUT_ACCESS_FILTER );
......
...@@ -39,6 +39,7 @@ static int Open ( vlc_object_t * ); ...@@ -39,6 +39,7 @@ static int Open ( vlc_object_t * );
static void Close( vlc_object_t * ); static void Close( vlc_object_t * );
vlc_module_begin(); vlc_module_begin();
set_shortname( _("Timeshift") );
set_description( _("Timeshift") ); set_description( _("Timeshift") );
set_category( CAT_INPUT ); set_category( CAT_INPUT );
set_subcategory( SUBCAT_INPUT_ACCESS_FILTER ); set_subcategory( SUBCAT_INPUT_ACCESS_FILTER );
......
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