diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-14 21:02:56 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-14 21:02:56 +0200 |
| commit | b029cb06c4e0fca1fad9fecd78939efe5532fa9a (patch) | |
| tree | bbef53fcce4acb1ed3d8e23100f9944b11ad7d67 /src/tools | |
| parent | 0877bf6d06de8e6f768534ec40c26bf629618a20 (diff) | |
DCPReadError -> ReadError in libdcp.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic_player.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_player.cc b/src/tools/dcpomatic_player.cc index 8ee657261..7009d17ce 100644 --- a/src/tools/dcpomatic_player.cc +++ b/src/tools/dcpomatic_player.cc @@ -400,7 +400,7 @@ public: #ifndef DCPOMATIC_VARIANT_SWAROOP Config::instance()->add_to_player_history (dir); #endif - } catch (dcp::DCPReadError& e) { + } catch (dcp::ReadError& e) { error_dialog (this, wxString::Format(_("Could not load a DCP from %s"), std_to_wx(dir.string())), std_to_wx(e.what())); } } |
