[vlc-devel] commit: Qt: update comment in menus.cpp (Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Feb 28 16:43:30 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Feb 28 16:42:28 2009 +0100| [52422885b771f6e2893a1545970e0896476caef8] | committer: Jean-Baptiste Kempf 

Qt: update comment in menus.cpp

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=52422885b771f6e2893a1545970e0896476caef8
---

 modules/gui/qt4/menus.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/menus.cpp b/modules/gui/qt4/menus.cpp
index 8ffa151..bf69ed8 100644
--- a/modules/gui/qt4/menus.cpp
+++ b/modules/gui/qt4/menus.cpp
@@ -1139,7 +1139,8 @@ void QVLCMenu::UpdateItem( intf_thread_t *p_intf, QMenu *menu,
     }
 
     /* Check the type of the object variable */
-    /* What is the following HACK needed for? */
+    /* This HACK is needed so we have a radio button for audio and video tracks
+       instread of a checkbox */
     if( !strcmp( psz_var, "audio-es" )
      || !strcmp( psz_var, "video-es" ) )
         i_type = VLC_VAR_INTEGER | VLC_VAR_HASCHOICE;




More information about the vlc-devel mailing list