Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
51d84ecb
Commit
51d84ecb
authored
Aug 30, 2004
by
gbazin
Browse files
* modules/gui/wxwindows/interface.cpp: do not use a checkbox control for the bookmarks menu
parent
9629b93f
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/wxwindows/interface.cpp
View file @
51d84ecb
...
...
@@ -609,8 +609,7 @@ void Interface::OnMenuOpen(wxMenuEvent& event)
wxU(_("&Undock Ext. GUI") ) );
if( b_undock ) p_settings_menu->Check( Undock_Event, TRUE );
#endif
p_settings_menu
->
AppendCheckItem
(
Bookmarks_Event
,
wxU
(
_
(
"&Bookmarks..."
)
)
);
p_settings_menu
->
Append
(
Bookmarks_Event
,
wxU
(
_
(
"&Bookmarks..."
)
)
);
p_settings_menu
->
Append
(
Prefs_Event
,
wxU
(
_
(
"&Preferences..."
))
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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