diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-03-19 20:30:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-19 20:57:45 +0100 |
| commit | c7d1f6e7988888811fdac36c465919f170a06c7a (patch) | |
| tree | 66a502347cae49b0238c008c8c69241a2c1fc506 /src/wx/wscript | |
| parent | 525c81d62f96829888b8d10e121e7653926e55e1 (diff) | |
Make a small class to choose KDM types.
Diffstat (limited to 'src/wx/wscript')
| -rw-r--r-- | src/wx/wscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/wscript b/src/wx/wscript index 7e028274e..d2e16c2fe 100644 --- a/src/wx/wscript +++ b/src/wx/wscript @@ -1,5 +1,5 @@ # -# Copyright (C) 2012-2019 Carl Hetherington <cth@carlh.net> +# Copyright (C) 2012-2022 Carl Hetherington <cth@carlh.net> # # This file is part of DCP-o-matic. # @@ -95,6 +95,7 @@ sources = """ kdm_timing_panel.cc language_tag_dialog.cc language_tag_widget.cc + kdm_choice.cc make_chain_dialog.cc markers_dialog.cc message_dialog.cc |
