X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fqt4%2Fdialogs%2Fextended.cpp;h=cdeeaf3d2597b2226da075e662deb3bdc5063ffb;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=953b38e02c4494af0deb955c730cf31ee79202b9;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/gui/qt4/dialogs/extended.cpp b/modules/gui/qt4/dialogs/extended.cpp index 953b38e02c..cdeeaf3d25 100644 --- a/modules/gui/qt4/dialogs/extended.cpp +++ b/modules/gui/qt4/dialogs/extended.cpp @@ -45,7 +45,7 @@ ExtendedDialog::ExtendedDialog( intf_thread_t *_p_intf ): QVLCFrame( _p_intf ) tab->addTab( foo, qtr( "Graphic Equalizer" ) ); ExtVideo *bar = new ExtVideo( p_intf, this ); - tab->addTab( bar, qtr( "Video Adjustments and Effects" ) ); + tab->addTab( bar, qtr( "Video Adjustments and Effects" ) ); layout->addWidget( tab, 0, 0, 1, 5 );