[vlc-devel] commit: Same icon for both information dialog in the menus. ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Mon Jul 28 09:15:43 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jul 27 23:45:05 2008 -0700| [76cd2393dca4b0b4022b5a0857800cc3e2b59434]
Same icon for both information dialog in the menus.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=76cd2393dca4b0b4022b5a0857800cc3e2b59434
---
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 77a76dc..5908752 100644
--- a/modules/gui/qt4/menus.cpp
+++ b/modules/gui/qt4/menus.cpp
@@ -408,7 +408,7 @@ QMenu *QVLCMenu::ToolsMenu( intf_thread_t *p_intf,
addDPStaticEntry( menu, qtr( I_MENU_MSG ), "",
":/messages", SLOT( messagesDialog() ),
"Ctrl+M" );
- addDPStaticEntry( menu, qtr( I_MENU_INFO ) , "", "",
+ addDPStaticEntry( menu, qtr( I_MENU_INFO ) , "", ":/info",
SLOT( mediaInfoDialog() ), "Ctrl+I" );
addDPStaticEntry( menu, qtr( I_MENU_CODECINFO ) , "",
":/info", SLOT( mediaCodecDialog() ), "Ctrl+J" );
More information about the vlc-devel
mailing list