Commit 10a1a8b1 authored by Marvin Scholz's avatar Marvin Scholz Committed by Jean-Baptiste Kempf

Qt: Fix spelling of Icecast

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 47170009
......@@ -73,7 +73,7 @@ SoutDialog::SoutDialog( QWidget *parent, intf_thread_t *_p_intf, const QString&
ui.destBox->addItem( "RTP / MPEG Transport Stream" );
ui.destBox->addItem( "RTP Audio/Video Profile" );
ui.destBox->addItem( "UDP (legacy)" );
ui.destBox->addItem( "IceCast" );
ui.destBox->addItem( "Icecast" );
BUTTONACT( ui.addButton, addDest() );
......
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