vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Feb 21 23:58:27 2012 +0100| [1f78fbd6591834dc790a54ca81cacf4219fbf7a2] | committer: Jean-Baptiste Kempf
Qt: missing translation in the AspectRatio Box (cherry picked from commit 2c5bdf7a1a0ad96bb9d405654ebbb6270e7f44a2) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=1f78fbd6591834dc790a54ca81cacf4219fbf7a2 --- modules/gui/qt4/components/controller_widget.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/gui/qt4/components/controller_widget.cpp b/modules/gui/qt4/components/controller_widget.cpp index 1d16ee1..9ba998c 100644 --- a/modules/gui/qt4/components/controller_widget.cpp +++ b/modules/gui/qt4/components/controller_widget.cpp @@ -275,7 +275,7 @@ void AspectRatioComboBox::updateRatios() { vout_thread_t* p_vout = THEMIM->getVout(); /* Disable if there is no vout */ if( p_vout == NULL ) { - addItem("Aspect Ratio"); + addItem( qtr("Aspect Ratio") ); setDisabled( true ); return; } _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
