1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00

Add an accelerator for clearing MRL recents.

This commit is contained in:
Jean-Baptiste Kempf 2008-12-31 13:34:37 +01:00
parent 521fdd9209
commit 0eb6f1bfe7

View File

@ -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() ) );
} }
} }
} }