From 52422885b771f6e2893a1545970e0896476caef8 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sat, 28 Feb 2009 16:42:28 +0100 Subject: [PATCH] Qt: update comment in menus.cpp --- modules/gui/qt4/menus.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/gui/qt4/menus.cpp b/modules/gui/qt4/menus.cpp index 8ffa15112d..bf69ed8103 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; -- 2.39.2