mirror of https://github.com/BOINC/boinc.git
Merge pull request #1484 from thirschbuechler/master
added a shortcut for "select computer", try 2
This commit is contained in:
commit
b93d76e313
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue