summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-09-28 23:45:01 +0100
committerCarl Hetherington <cth@carlh.net>2014-09-28 23:45:01 +0100
commit447b69c23dcf8f316f0d389e1cf2b78ec764fb82 (patch)
tree01e05aa40d408691f6dbb8168001cef8b95929f4 /src/wx
parentdc439bf0943db18c90ab97a9a86336ec9885c2c3 (diff)
Another shortcut.
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/film_editor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h
index 56e725113..ba9ff6fa0 100644
--- a/src/wx/film_editor.h
+++ b/src/wx/film_editor.h
@@ -68,6 +68,8 @@ public:
AudioContentList selected_audio_content ();
SubtitleContentList selected_subtitle_content ();
FFmpegContentList selected_ffmpeg_content ();
+
+ void content_add_file_clicked ();
private:
void make_dcp_panel ();
@@ -79,7 +81,6 @@ private:
void use_isdcf_name_toggled ();
void edit_isdcf_button_clicked ();
void content_selection_changed ();
- void content_add_file_clicked ();
void content_add_folder_clicked ();
void content_remove_clicked ();
void content_earlier_clicked ();