Commit 0eb6f1bf authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add an accelerator for clearing MRL recents.

parent 521fdd92
...@@ -1336,7 +1336,7 @@ void QVLCMenu::updateRecents( intf_thread_t *p_intf ) ...@@ -1336,7 +1336,7 @@ void QVLCMenu::updateRecents( intf_thread_t *p_intf )
} }
recentsMenu->addSeparator(); recentsMenu->addSeparator();
recentsMenu->addAction( "Clear", rmrl, SLOT( clear() ) ); recentsMenu->addAction( "&Clear", rmrl, SLOT( clear() ) );
} }
} }
} }
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