From: Christophe Mutricy Date: Wed, 10 Sep 2008 23:54:51 +0000 (+0100) Subject: Use the good icon id X-Git-Tag: 1.0.0-pre1~3362 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c3075f1f25031c90bc2dcf5de949fb75e0e57a7b;p=vlc Use the good icon id Avoid to have a blank button --- diff --git a/modules/gui/qt4/components/interface_widgets.cpp b/modules/gui/qt4/components/interface_widgets.cpp index 798f80d9f4..2b04e5eb86 100644 --- a/modules/gui/qt4/components/interface_widgets.cpp +++ b/modules/gui/qt4/components/interface_widgets.cpp @@ -816,7 +816,7 @@ void ControlsWidget::toggleTeletextTransparency() } else { - telexTransparent->setIcon( QIcon( ":/tvtelx-transparent" ) ); + telexTransparent->setIcon( QIcon( ":/tvtelx-trans" ) ); telexTransparent->setToolTip( qtr( "Transparent" ) ); b_telexTransparent = true; }