diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-21 00:10:08 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-10 23:43:42 +0100 |
| commit | 14b8b29e6660f5a7fb21135fb5f90b4c1ce51a4b (patch) | |
| tree | ed06e1b877a40f57b8d4d43c1db490e6765fba6a /src/wx/wscript | |
| parent | d17044d0da61d6077a1f20170ba76ab765a44e50 (diff) | |
Basics of metadata dialog - ratings.
Diffstat (limited to 'src/wx/wscript')
| -rw-r--r-- | src/wx/wscript | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/wscript b/src/wx/wscript index aad7ecc63..0985423bc 100644 --- a/src/wx/wscript +++ b/src/wx/wscript @@ -1,5 +1,5 @@ # -# Copyright (C) 2012-2018 Carl Hetherington <cth@carlh.net> +# Copyright (C) 2012-2019 Carl Hetherington <cth@carlh.net> # # This file is part of DCP-o-matic. # @@ -87,6 +87,7 @@ sources = """ make_chain_dialog.cc markers_dialog.cc message_dialog.cc + metadata_dialog.cc monitor_dialog.cc move_to_dialog.cc nag_dialog.cc @@ -100,6 +101,7 @@ sources = """ playhead_to_timecode_dialog.cc playhead_to_frame_dialog.cc question_dialog.cc + rating_dialog.cc recreate_chain_dialog.cc repeat_dialog.cc report_problem_dialog.cc |
