diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-16 01:19:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-18 11:50:29 +0100 |
| commit | 8008b81c0ccee843263e2a648707b71cc3ae081f (patch) | |
| tree | c91a8fa3363645ed39dccf1bc8c5bd944e7b80a3 /src/wx/audio_panel.cc | |
| parent | 8109f84306e024cbbe3e386db178ce00f0a32401 (diff) | |
Fix rebase onto master.
Diffstat (limited to 'src/wx/audio_panel.cc')
| -rw-r--r-- | src/wx/audio_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/audio_panel.cc b/src/wx/audio_panel.cc index f6a29da2a..28d81d07b 100644 --- a/src/wx/audio_panel.cc +++ b/src/wx/audio_panel.cc @@ -170,7 +170,7 @@ AudioPanel::film_content_changed (int property) } setup_sensitivity (); - } else if (property == AudioContentProperty::AUDIO_VIDEO_FRAME_RATE) { + } else if (property == AudioContentProperty::VIDEO_FRAME_RATE) { setup_description (); } } |
