diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-19 17:35:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-19 17:35:24 +0100 |
| commit | 45af2ebbfc3f38a7acc0bb17b7fb44ce0904bb88 (patch) | |
| tree | ee3594da5a47c27bf27ff3b341ec6b34df4b7fa1 /src/wx/audio_panel.h | |
| parent | 2c23a1bdd3c3d757d3640a4ad1b44a727b5a8663 (diff) | |
Add simple note about resampling to the audio panel.
Diffstat (limited to 'src/wx/audio_panel.h')
| -rw-r--r-- | src/wx/audio_panel.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/audio_panel.h b/src/wx/audio_panel.h index 2ba5a9ffc..fa18415bd 100644 --- a/src/wx/audio_panel.h +++ b/src/wx/audio_panel.h @@ -42,6 +42,7 @@ private: void show_clicked (); void stream_changed (); void mapping_changed (AudioMapping); + void setup_description (); void setup_stream_description (); ContentSpinCtrlDouble<AudioContent>* _gain; @@ -49,7 +50,8 @@ private: wxButton* _show; ContentSpinCtrl<AudioContent>* _delay; wxChoice* _stream; - wxStaticText* _description; + wxStaticText* _stream_description; AudioMappingView* _mapping; + wxStaticText* _description; AudioDialog* _audio_dialog; }; |
