git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
521fdd9
)
Add an accelerator for clearing MRL recents.
author
Jean-Baptiste Kempf
<jb@videolan.org>
Wed, 31 Dec 2008 12:34:37 +0000
(13:34 +0100)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Wed, 31 Dec 2008 12:43:10 +0000
(13:43 +0100)
modules/gui/qt4/menus.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/menus.cpp
b/modules/gui/qt4/menus.cpp
index
02d638a
..
f54485f
100644
(file)
--- a/
modules/gui/qt4/menus.cpp
+++ b/
modules/gui/qt4/menus.cpp
@@
-1336,7
+1336,7
@@
void QVLCMenu::updateRecents( intf_thread_t *p_intf )
}
recentsMenu->addSeparator();
- recentsMenu->addAction( "Clear", rmrl, SLOT( clear() ) );
+ recentsMenu->addAction( "
&
Clear", rmrl, SLOT( clear() ) );
}
}
}