Merge pull request #1484 from thirschbuechler/master

added a shortcut for "select computer", try 2
This commit is contained in:
David Anderson 2016-02-09 21:53:31 -08:00
commit b93d76e313
1 changed files with 2 additions and 2 deletions

View File

@ -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;