1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00

modules/services_discovery/shout.c: Rename "Shoutcast" (radio) to "Shoutcast Radio".

This commit is contained in:
Pierre d'Herbemont 2007-08-25 14:42:20 +00:00
parent 8cc3dca1d4
commit 44d5f298e7

View File

@ -131,7 +131,7 @@ static int Open( vlc_object_t *p_this, int i_type )
case RADIO:
default:
p_sys->p_input = input_ItemNewExt( p_sd,
SHOUTCAST_BASE_URL, _("Shoutcast"),
SHOUTCAST_BASE_URL, _("Shoutcast Radio"),
0, NULL, -1 );
break;
}