Commit c3075f1f authored by Christophe Mutricy's avatar Christophe Mutricy

Use the good icon id

Avoid to have a blank button
parent d1b93486
...@@ -816,7 +816,7 @@ void ControlsWidget::toggleTeletextTransparency() ...@@ -816,7 +816,7 @@ void ControlsWidget::toggleTeletextTransparency()
} }
else else
{ {
telexTransparent->setIcon( QIcon( ":/tvtelx-transparent" ) ); telexTransparent->setIcon( QIcon( ":/tvtelx-trans" ) );
telexTransparent->setToolTip( qtr( "Transparent" ) ); telexTransparent->setToolTip( qtr( "Transparent" ) );
b_telexTransparent = true; b_telexTransparent = true;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment