Skip to content
Snippets Groups Projects
Commit d93b664a authored by zorglub's avatar zorglub
Browse files

String remarks

parent 9efd4086
No related branches found
No related tags found
No related merge requests found
......@@ -57,11 +57,13 @@
static int Open ( vlc_object_t * );
static void Close( vlc_object_t * );
/// \bug Shortdesc too long
#define LIMIT_TEXT N_("Maximum number of shoutcast servers to be listed")
#define LIMIT_LONGTEXT LIMIT_TEXT
vlc_module_begin();
set_shortname( "Shoutcast");
/// \bug Correct ?
set_description( _("Shoutcast radio listings") );
set_category( CAT_PLAYLIST );
set_subcategory( SUBCAT_PLAYLIST_SD );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment