[vlc-devel] commit: Use the good icon id (Christophe Mutricy )

git version control git at videolan.org
Thu Sep 11 02:02:19 CEST 2008


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Thu Sep 11 00:54:51 2008 +0100| [c3075f1f25031c90bc2dcf5de949fb75e0e57a7b] | committer: Christophe Mutricy 

Use the good icon id

Avoid to have a blank button

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c3075f1f25031c90bc2dcf5de949fb75e0e57a7b
---

 modules/gui/qt4/components/interface_widgets.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/components/interface_widgets.cpp b/modules/gui/qt4/components/interface_widgets.cpp
index 798f80d..2b04e5e 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;
     }




More information about the vlc-devel mailing list