X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fplayer_information.h;h=747cd5a20a0acd12ea03c6795541683c7eb0fe4a;hb=0e28e29976f7b61ba8d76140a4a7ebc8fa8e80a4;hp=7eafeb122cfb25f3f61c3fedce044a4133ab9871;hpb=0b7c380031db6aa2ce546a2a0c89926f40eae6b5;p=dcpomatic.git diff --git a/src/wx/player_information.h b/src/wx/player_information.h index 7eafeb122..747cd5a20 100644 --- a/src/wx/player_information.h +++ b/src/wx/player_information.h @@ -36,9 +36,8 @@ private: FilmViewer* _viewer; wxSizer* _sizer; - wxStaticText* _cpl_name; - wxStaticText* _size; - wxStaticText* _length; + wxStaticText** _dcp; wxStaticText* _dropped; + wxStaticText* _decode_resolution; boost::scoped_ptr _timer; };