Commit 68db9417 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - remove trailing space due to Bookmark implementation.

parent 734452c8
......@@ -297,8 +297,6 @@ QMenu *QVLCMenu::ToolsMenu( intf_thread_t *p_intf,
SLOT( mediaInfoDialog() ), "Ctrl+I" );
addDPStaticEntry( menu, qtr( I_MENU_CODECINFO ) , "",
":/pixmaps/menus_info_16px.png", SLOT( mediaCodecDialog() ), "Ctrl+J" );
addDPStaticEntry( menu, qtr( I_MENU_BOOKMARK ), "","",
SLOT( bookmarksDialog() ), "Ctrl+B" );
#ifdef ENABLE_VLM
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment