MGR: Check correct menu item in View menu when launching Manager or when returning from Simple View.

svn path=/trunk/boinc/; revision=13134
This commit is contained in:
Charlie Fenton 2007-07-11 09:50:58 +00:00
parent bda30b3065
commit 07b026c299
1 changed files with 4 additions and 0 deletions

View File

@ -375,6 +375,10 @@ bool CAdvancedFrame::CreateMenu() {
_("&Simple View..."),
_("Display the simple BOINC graphical interface.")
);
menuView->Check(ID_VIEWACCESSIBLE, VIEW_LIST == m_iDisplayViewType);
menuView->Check(ID_VIEWGRID, VIEW_GRID == m_iDisplayViewType);
// Tools menu
wxMenu *menuTools = new wxMenu;