Commit cc7d4e44 authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: Compressor/Spatializer: rename implicit activation control

parent 9e2145a2
......@@ -1248,7 +1248,7 @@ Compressor::Compressor( intf_thread_t *_p_intf, QWidget *_parent )
smallFont.setPointSize( smallFont.pointSize() - 2 );
QVBoxLayout *layout = new QVBoxLayout( this );
compressorBox = new QGroupBox( qtr( "Enable dynamic range compressor" ) );
compressorBox = new QGroupBox( qtr( "Enable" ) );
compressorBox->setCheckable( true );
layout->addWidget( compressorBox );
......@@ -1382,7 +1382,7 @@ Spatializer::Spatializer( intf_thread_t *_p_intf, QWidget *_parent )
QVBoxLayout *layout = new QVBoxLayout( this );
spatializerBox = new QGroupBox( qtr( "Enable spatializer" ) );
spatializerBox = new QGroupBox( qtr( "Enable" ) );
spatializerBox->setCheckable( true );
layout->addWidget( spatializerBox );
......
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