X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_view.cc;h=f2117fc20e5ff7f6f80619d77a99b653dc3c007d;hb=00fd974edb88da88fcde308709ae629e541e59c4;hp=b7f05020b5dbdd0f13dcd305599a5221c870f3ff;hpb=63bce67bd548f4aff98e2a1963e1fd77a6412a15;p=dcpomatic.git diff --git a/src/wx/content_view.cc b/src/wx/content_view.cc index b7f05020b..f2117fc20 100644 --- a/src/wx/content_view.cc +++ b/src/wx/content_view.cc @@ -123,6 +123,7 @@ ContentView::update () error_dialog(this, std_to_wx(i->error_summary()) + ".\n", std_to_wx(i->error_details())); } else { add (i->content()); + _content.push_back (i->content()); } } }