summaryrefslogtreecommitdiff
path: root/src/wx/content_view.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-09-03 14:49:25 +0200
committerCarl Hetherington <cth@carlh.net>2022-09-03 17:12:34 +0200
commit0a5d3c77247d3e68a144bfc077c29fbcf3819735 (patch)
treeea2668d75f078d6fd290e038d5d5a9ed09c13bd9 /src/wx/content_view.cc
parent34eb57979b5293ac3b864310f8fc8c77c26343e2 (diff)
Bump libdcp for better ContentKind support, and libsub
for fixes to \c tags in SSA files.
Diffstat (limited to 'src/wx/content_view.cc')
-rw-r--r--src/wx/content_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_view.cc b/src/wx/content_view.cc
index 95b481e0b..468b3bf97 100644
--- a/src/wx/content_view.cc
+++ b/src/wx/content_view.cc
@@ -155,7 +155,7 @@ ContentView::add (shared_ptr<Content> content)
if (dcp && dcp->content_kind()) {
it.SetId(N);
it.SetColumn(1);
- it.SetText(std_to_wx(dcp::content_kind_to_string(*dcp->content_kind())));
+ it.SetText(std_to_wx(dcp->content_kind()->name()));
SetItem(it);
}