mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 15:45:54 +01:00
Add tooltip for iconic help button.
This commit is contained in:
@@ -2177,6 +2177,7 @@ std::unique_ptr<wxSizer> CreateStdButtonSizer(wxWindow *parent, long buttons, wx
|
|||||||
// Replace standard Help button with smaller icon button.
|
// Replace standard Help button with smaller icon button.
|
||||||
// bs->AddButton(safenew wxButton(parent, wxID_HELP));
|
// bs->AddButton(safenew wxButton(parent, wxID_HELP));
|
||||||
b = new wxBitmapButton(parent, wxID_HELP, Help_xpm);
|
b = new wxBitmapButton(parent, wxID_HELP, Help_xpm);
|
||||||
|
b->SetToolTip( _("Help") );
|
||||||
bs->AddButton( b );
|
bs->AddButton( b );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user