diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-04 02:23:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-04 02:23:29 +0100 |
| commit | c554c20be02b4a518be1be4266f90b88df9d5bd6 (patch) | |
| tree | 014aec0045a14dd44d811cefbd14e4dd6628fcf6 /graphics/wscript | |
| parent | 7bcf60f8ad3acd4dcae77a120216839b665c4335 (diff) | |
Replace checkboxes with tools.
Diffstat (limited to 'graphics/wscript')
| -rw-r--r-- | graphics/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/wscript b/graphics/wscript index 7f88cd069..72418cb53 100644 --- a/graphics/wscript +++ b/graphics/wscript @@ -33,3 +33,5 @@ def build(bld): bld.install_files('${PREFIX}/share/dcpomatic2', 'zoom.png') bld.install_files('${PREFIX}/share/dcpomatic2', 'zoom_all.png') bld.install_files('${PREFIX}/share/dcpomatic2', 'select.png') + bld.install_files('${PREFIX}/share/dcpomatic2', 'snap.png') + bld.install_files('${PREFIX}/share/dcpomatic2', 'sequence.png') |
