[vlc-commits] Qt: Fix spelling of Icecast

Marvin Scholz git at videolan.org
Fri Feb 12 11:24:42 CET 2016


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Tue Feb  9 19:00:05 2016 +0100| [10a1a8b1043a638c0d106f9d55d5a72eee3898d8] | committer: Jean-Baptiste Kempf

Qt: Fix spelling of Icecast

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> 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() );
 



More information about the vlc-commits mailing list