Commit db8fce29 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt menu, "Open Location from Clipboard."

parent 75a5efb2
......@@ -312,7 +312,7 @@ QMenu *QVLCMenu::FileMenu( intf_thread_t *p_intf, QWidget *parent )
"Ctrl+C" );
menu->addSeparator();
addDPStaticEntry( menu, qtr( "Paste &Location" ),
addDPStaticEntry( menu, qtr( "Open &Location from clipboard" ),
NULL, SLOT( openUrlDialog() ), "Ctrl+V" );
recentsMenu = new QMenu( qtr( "&Recent Media" ), menu );
......
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