mirror of https://github.com/BOINC/boinc.git
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:
parent
bda30b3065
commit
07b026c299
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue