vlc | branch: master | Marvin Scholz <[email protected]> | Tue Feb 9 19:00:05 2016 +0100| [10a1a8b1043a638c0d106f9d55d5a72eee3898d8] | committer: Jean-Baptiste Kempf
Qt: Fix spelling of Icecast Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=10a1a8b1043a638c0d106f9d55d5a72eee3898d8 --- modules/gui/qt4/dialogs/sout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/qt4/dialogs/sout.cpp b/modules/gui/qt4/dialogs/sout.cpp index 8f58dc2..339a682 100644 --- a/modules/gui/qt4/dialogs/sout.cpp +++ b/modules/gui/qt4/dialogs/sout.cpp @@ -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() ); _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
