diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-24 14:32:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-24 14:32:06 +0100 |
| commit | 25e57e5d061c02674f36e4de093a2bf805e328cb (patch) | |
| tree | 124b7e250a71a6a32784e74b002f7c0019a39440 /src | |
| parent | 643ad504511dd10f4f2b5ff82c8c6e67549d5013 (diff) | |
Rename show-audio button to something which is (hopefully) clearer.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/audio_panel.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/audio_panel.cc b/src/wx/audio_panel.cc index 46d7a2254..4b6167bf7 100644 --- a/src/wx/audio_panel.cc +++ b/src/wx/audio_panel.cc @@ -48,8 +48,8 @@ AudioPanel::AudioPanel (ContentPanel* p) int r = 0; - _show = new wxButton (this, wxID_ANY, _("Show Audio...")); - grid->Add (_show, wxGBPosition (r, 0)); + _show = new wxButton (this, wxID_ANY, _("Show graph of audio levels...")); + grid->Add (_show, wxGBPosition (r, 0), wxGBSpan (1, 2)); ++r; add_label_to_grid_bag_sizer (grid, this, _("Gain"), true, wxGBPosition (r, 0)); |
