[vlc-devel] commit: Fix menu removal of accelerators. This has yet to be more FIXMEd ( jpeg :D) (Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Aug 1 21:34:24 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Aug 1 12:32:54 2008 -0700| [5ebacd11d10f9acc39afc0b3d41beb280eaac293] | committer: Jean-Baptiste Kempf
Fix menu removal of accelerators. This has yet to be more FIXMEd (jpeg :D)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5ebacd11d10f9acc39afc0b3d41beb280eaac293
---
modules/gui/qt4/menus.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/menus.cpp b/modules/gui/qt4/menus.cpp
index 39d84a4..04aaad4 100644
--- a/modules/gui/qt4/menus.cpp
+++ b/modules/gui/qt4/menus.cpp
@@ -1239,7 +1239,7 @@ void QVLCMenu::CreateAndConnect( QMenu *menu, const char *psz_var,
}
}
- action->setText( text );
+ /* FIXME action->setText( text ); */
action->setToolTip( help );
action->setEnabled( i_object_id != 0 );
More information about the vlc-devel
mailing list