Commit cfbd41c2 authored by Gildas Bazin's avatar Gildas Bazin

* modules/gui/wxwindows/interface.cpp: update the checkbox of the extended gui menu entry.

parent bca49d34
...@@ -813,6 +813,7 @@ void Interface::OnMenuOpen(wxMenuEvent& event) ...@@ -813,6 +813,7 @@ void Interface::OnMenuOpen(wxMenuEvent& event)
/* Add static items */ /* Add static items */
p_settings_menu->AppendCheckItem( Extended_Event, p_settings_menu->AppendCheckItem( Extended_Event,
wxU(_("&Extended GUI") ) ); wxU(_("&Extended GUI") ) );
if( b_extra ) p_settings_menu->Check( Extended_Event, TRUE );
p_settings_menu->AppendCheckItem( Bookmarks_Event, p_settings_menu->AppendCheckItem( Bookmarks_Event,
wxU(_("&Bookmarks...") ) ); wxU(_("&Bookmarks...") ) );
p_settings_menu->Append( Prefs_Event, wxU(_("&Preferences...")) ); p_settings_menu->Append( Prefs_Event, wxU(_("&Preferences...")) );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment