Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
0e72cc7a
Commit
0e72cc7a
authored
Jan 26, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: open and open advanced for everyone.
parent
7b84cea4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
modules/gui/qt4/menus.cpp
modules/gui/qt4/menus.cpp
+1
-5
No files found.
modules/gui/qt4/menus.cpp
View file @
0e72cc7a
...
...
@@ -307,13 +307,9 @@ QMenu *QVLCMenu::FileMenu( intf_thread_t *p_intf )
QMenu
*
menu
=
new
QMenu
();
addDPStaticEntry
(
menu
,
qtr
(
"&Open File..."
),
#ifdef WIN32
":/file-asym"
,
SLOT
(
simpleOpenDialog
()
),
"Ctrl+O"
);
addDPStaticEntry
(
menu
,
qtr
(
"Advanced Open File..."
),
":/file-asym"
,
SLOT
(
openFileDialog
()
)
);
#else
":/file-asym"
,
SLOT
(
openFileDialog
()
),
"Ctrl+O"
);
#endif
":/file-asym"
,
SLOT
(
openFileDialog
()
),
"Ctrl+Shift+O"
);
addDPStaticEntry
(
menu
,
qtr
(
"Open &URL"
),
NULL
,
SLOT
(
openUrlDialog
()
),
"Ctrl+V"
);
addDPStaticEntry
(
menu
,
qtr
(
I_OPEN_FOLDER
),
...
...
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