Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
98922f95
Commit
98922f95
authored
Dec 09, 2008
by
Jean-Baptiste Kempf
Browse files
[Qt] Change accelerator in menu.
parent
9fac8c09
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/menus.cpp
View file @
98922f95
...
...
@@ -362,7 +362,7 @@ QMenu *QVLCMenu::ToolsMenu( intf_thread_t *p_intf )
#endif
menu
->
addSeparator
();
addDPStaticEntry
(
menu
,
qtr
(
"
&
Customize Interface..."
),
""
,
addDPStaticEntry
(
menu
,
qtr
(
"Customi
&
ze Interface..."
),
""
,
":/preferences"
,
SLOT
(
toolbarDialog
()
),
""
);
addDPStaticEntry
(
menu
,
qtr
(
"&Preferences..."
),
""
,
":/preferences"
,
SLOT
(
prefsDialog
()
),
"Ctrl+P"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment