mirror of https://github.com/BOINC/boinc.git
Update dialog Help button accelerators
This commit is contained in:
parent
76f58c1f76
commit
07c5d9f4a8
|
@ -199,7 +199,7 @@ CDlgAdvPreferencesBase::CDlgAdvPreferencesBase( wxWindow* parent, int id, wxStri
|
|||
}
|
||||
buttonSizer->Add( m_btnCancel, 0, wxALL, 5 );
|
||||
|
||||
m_btnHelp = new wxButton( m_panelButtons, ID_HELPBOINC, _("Help"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_btnHelp = new wxButton( m_panelButtons, ID_HELPBOINC, _("&Help"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_btnHelp->SetToolTip( _("Shows the preferences web page.") );
|
||||
|
||||
buttonSizer->Add( m_btnHelp, 0, wxALL, 5 );
|
||||
|
|
|
@ -154,7 +154,7 @@ CDlgExclusiveApps::CDlgExclusiveApps(wxWindow* parent) :
|
|||
|
||||
buttonSizer->Add( m_btnCancel, 0, wxALL, 5 );
|
||||
|
||||
m_btnHelp = new wxButton( m_panelButtons, ID_HELPBOINC, _("Help"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_btnHelp = new wxButton( m_panelButtons, ID_HELPBOINC, _("&Help"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_btnHelp->SetToolTip( _("shows the preferences web page") );
|
||||
|
||||
buttonSizer->Add( m_btnHelp, 0, wxALL, 5 );
|
||||
|
|
|
@ -367,7 +367,7 @@ void CPanelPreferences::CreateControls()
|
|||
|
||||
#ifndef __WXMSW__
|
||||
#ifdef __WXMAC__
|
||||
wxButton* itemButton46 = new wxButton( this, ID_SIMPLE_HELP, _("Help"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
wxButton* itemButton46 = new wxButton( this, ID_SIMPLE_HELP, _("&Help"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
#ifdef wxUSE_TOOLTIPS
|
||||
wxString helpTip;
|
||||
helpTip.Printf(_("Get help with %s"), pSkinAdvanced->GetApplicationShortName().c_str());
|
||||
|
|
Loading…
Reference in New Issue