X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Ftools%2Fdcpomatic.cc;h=2fe5187b4732912c0eb3dfe56b3b015200f36d61;hp=1e93977d7cee5993c0378b40eb48edf2f775d790;hb=d1e19450e051d70531a6c1f0973bfd6cfd64319b;hpb=7851658223286410d5afb1e32bc44b4012ec5f55 diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 1e93977d7..2fe5187b4 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -994,7 +994,7 @@ private: void view_system_information () { if (!_system_information_dialog) { - _system_information_dialog = new SystemInformationDialog (this); + _system_information_dialog = new SystemInformationDialog (this, _film_viewer); } _system_information_dialog->Show ();