summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_editor.h')
-rw-r--r--src/wx/film_editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h
index 2890df244..428b994b8 100644
--- a/src/wx/film_editor.h
+++ b/src/wx/film_editor.h
@@ -132,7 +132,7 @@ private:
wxButton* _filters_button;
/** The Film's scaler */
wxComboBox* _scaler;
- wxRadioButton* _use_source_audio;
+ wxRadioButton* _use_content_audio;
wxComboBox* _audio_stream;
wxRadioButton* _use_external_audio;
wxFilePickerCtrl* _external_audio[MAX_AUDIO_CHANNELS];