[vlc-commits] Qt: missing translation in the AspectRatio Box
Jean-Baptiste Kempf
git at videolan.org
Wed Feb 22 00:11:44 CET 2012
vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | 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 <jb at videolan.org>
> 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;
}
More information about the vlc-commits
mailing list