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
cfbd41c2
Commit
cfbd41c2
authored
May 23, 2004
by
gbazin
Browse files
* modules/gui/wxwindows/interface.cpp: update the checkbox of the extended gui menu entry.
parent
bca49d34
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/wxwindows/interface.cpp
View file @
cfbd41c2
...
...
@@ -813,6 +813,7 @@ void Interface::OnMenuOpen(wxMenuEvent& event)
/* Add static items */
p_settings_menu
->
AppendCheckItem
(
Extended_Event
,
wxU
(
_
(
"&Extended GUI"
)
)
);
if
(
b_extra
)
p_settings_menu
->
Check
(
Extended_Event
,
TRUE
);
p_settings_menu
->
AppendCheckItem
(
Bookmarks_Event
,
wxU
(
_
(
"&Bookmarks..."
)
)
);
p_settings_menu
->
Append
(
Prefs_Event
,
wxU
(
_
(
"&Preferences..."
))
);
...
...
Write
Preview
Supports
Markdown
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