diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-12-13 23:27:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-12 00:43:51 +0100 |
| commit | 783680c0efae1934409e4c93796b5a6265198e17 (patch) | |
| tree | 677f288632ea0e79e86d1b8e1e109daec9491b0a /src/wx/content_panel.cc | |
| parent | f81655002b1ef1427e2845dc5d354da6020bfafb (diff) | |
Rename TimelineDialog -> ContentTimelineDialog.
Diffstat (limited to 'src/wx/content_panel.cc')
| -rw-r--r-- | src/wx/content_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_panel.cc b/src/wx/content_panel.cc index 9e73900fc..ed9c15c83 100644 --- a/src/wx/content_panel.cc +++ b/src/wx/content_panel.cc @@ -21,13 +21,13 @@ #include "audio_panel.h" #include "content_panel.h" +#include "content_timeline_dialog.h" #include "dcpomatic_button.h" #include "dir_dialog.h" #include "file_dialog.h" #include "film_viewer.h" #include "image_sequence_dialog.h" #include "text_panel.h" -#include "timeline_dialog.h" #include "timing_panel.h" #include "video_panel.h" #include "wx_util.h" |
