Ellipsize content names in the middle (#2350).
[dcpomatic.git] / src / wx / content_panel.h
index d1ba1a7603422074c2bb97717bb2b97c2efb407b..4ce68aea55a05da8791c51f47f8eefa6515efc5e 100644 (file)
@@ -31,6 +31,7 @@ LIBDCP_ENABLE_WARNINGS
 
 
 class AudioPanel;
+class ContentListCtrl;
 class ContentSubPanel;
 class Film;
 class FilmEditor;
@@ -118,7 +119,7 @@ private:
        LimitedContentPanelSplitter* _splitter;
        wxPanel* _top_panel;
        wxNotebook* _notebook;
-       wxListCtrl* _content;
+       ContentListCtrl* _content;
        wxButton* _add_file;
        wxButton* _add_folder;
        wxButton* _add_dcp;