Commit 2c5bdf7a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: missing translation in the AspectRatio Box

parent 2d0b4b20
...@@ -275,7 +275,7 @@ void AspectRatioComboBox::updateRatios() { ...@@ -275,7 +275,7 @@ void AspectRatioComboBox::updateRatios() {
vout_thread_t* p_vout = THEMIM->getVout(); vout_thread_t* p_vout = THEMIM->getVout();
/* Disable if there is no vout */ /* Disable if there is no vout */
if( p_vout == NULL ) { if( p_vout == NULL ) {
addItem("Aspect Ratio"); addItem( qtr("Aspect Ratio") );
setDisabled( true ); setDisabled( true );
return; return;
} }
......
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