diff --git a/clientgui/AdvancedFrame.cpp b/clientgui/AdvancedFrame.cpp index ea42177cd1..31eee22e20 100644 --- a/clientgui/AdvancedFrame.cpp +++ b/clientgui/AdvancedFrame.cpp @@ -341,7 +341,7 @@ bool CAdvancedFrame::CreateMenu() { menuFile->Append( ID_SELECTCOMPUTER, - _("Select computer..."), + _("Select computer...\tCtrl+Shift+I"), _("Connect to a BOINC client on another computer") ); menuFile->Append( @@ -738,7 +738,7 @@ bool CAdvancedFrame::CreateMenu() { m_Shortcuts[0].Set(wxACCEL_NORMAL, WXK_HELP, ID_HELPBOINCMANAGER); m_pAccelTable = new wxAcceleratorTable(1, m_Shortcuts); SetAcceleratorTable(*m_pAccelTable); - #endif +#endif wxLogTrace(wxT("Function Start/End"), wxT("CAdvancedFrame::CreateMenu - Function End")); return true;