From 9fa17d52810490359f899cc0cbdb4c25ac74bc92 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 31 Jan 2019 17:04:18 +0000 Subject: Check consistency of refer-to-DCP settings after adding content (#1456). --- src/tools/dcpomatic.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/tools') diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 2e8a595ad..db3d22052 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -457,6 +457,7 @@ public: } if (_film) { _film->Change.connect (boost::bind (&DOMFrame::film_change, this, _1)); + _film->Message.connect (boost::bind(&DOMFrame::film_message, this, _1)); } } @@ -466,6 +467,11 @@ public: private: + void film_message (string m) + { + message_dialog (this, std_to_wx(m)); + } + void film_change (ChangeType type) { if (type == CHANGE_TYPE_DONE) { -- cgit v1.2.3