[vlc-commits] commit: Grammar ( Rémi Denis-Courmont )
git version control
git at videolan.org
Wed Mar 3 17:53:55 CET 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Mar 3 18:50:15 2010 +0200| [add3a2b1ee82d0143c19a2ef32ca8f2ccbd49a64] | committer: Rémi Denis-Courmont
Grammar
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=add3a2b1ee82d0143c19a2ef32ca8f2ccbd49a64
---
modules/gui/qt4/main_interface.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index 9756cd5..1b17f94 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -114,7 +114,7 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
setWindowIcon( QApplication::windowIcon() );
setWindowOpacity( var_InheritFloat( p_intf, "qt-opacity" ) );
- /* Set The Video In emebedded Mode or not */
+ /* Is video in embedded in the UI or not */
b_videoEmbedded = var_InheritBool( p_intf, "embedded-video" );
/* Does the interface resize to video size or the opposite */
More information about the vlc-commits
mailing list