Commit 0b86dfab authored by Juho Vähä-Herttua's avatar Juho Vähä-Herttua Committed by Jean-Baptiste Kempf

Qt: Remove extra separator from systray menu

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 12e711eb
......@@ -1096,7 +1096,6 @@ void QVLCMenu::updateSystrayMenu( MainInterface *mi,
PopupMenuPlaylistControlEntries( sysMenu, p_intf);
PopupMenuControlEntries( sysMenu, p_intf);
sysMenu->addSeparator();
addDPStaticEntry( sysMenu, qtr( "&Open Media" ),
":/type/file-wide", SLOT( openFileDialog() ) );
addDPStaticEntry( sysMenu, qtr( "&Quit" ) ,
......
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