diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-21 00:10:08 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-04-08 00:22:40 +0100 |
| commit | ef2be1b08cb1cec5159efd8d3b833c9ea75c9b0e (patch) | |
| tree | 5f00c744d94991de65b9c17a75644cb2d3622103 /src/wx/wscript | |
| parent | b0dd2f2e0aafd24c529325dabf5da4fb346fd286 (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 4cd3bcb19..7740b985b 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. # @@ -86,6 +86,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 @@ -99,6 +100,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 |
