git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4717000
)
Qt: Fix spelling of Icecast
author
Marvin Scholz
<epirat07@gmail.com>
Tue, 9 Feb 2016 18:00:05 +0000
(19:00 +0100)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Fri, 12 Feb 2016 10:23:31 +0000
(11:23 +0100)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/gui/qt4/dialogs/sout.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/dialogs/sout.cpp
b/modules/gui/qt4/dialogs/sout.cpp
index
8f58dc2
..
339a682
100644
(file)
--- 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( "Ice
C
ast" );
+ ui.destBox->addItem( "Ice
c
ast" );
BUTTONACT( ui.addButton, addDest() );