diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-18 18:52:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-18 18:52:44 +0100 |
| commit | 785f6d62bc8183b4fa7e87601bece847989cf0e3 (patch) | |
| tree | ab27ab3275582a73b1c92178586bd1f09b280d10 /src/wx/dcp_panel.h | |
| parent | 5b67058dd799c6712be8f4d91c55993812a4f3c4 (diff) | |
Rename add_standards() -> update_standards()
and make it clear the choice as well.
Diffstat (limited to 'src/wx/dcp_panel.h')
| -rw-r--r-- | src/wx/dcp_panel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/dcp_panel.h b/src/wx/dcp_panel.h index c686a9c55..4988922a8 100644 --- a/src/wx/dcp_panel.h +++ b/src/wx/dcp_panel.h @@ -98,7 +98,7 @@ private: void add_video_panel_to_grid (); void add_audio_panel_to_grid (); void add_audio_processors (); - void add_standards(); + void update_standards(); void set_standard(); int minimum_allowed_audio_channels () const; |
