From 5f2a57d1c21c3e8067dfd1f68505b1bf96e1d7c7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 20 Dec 2014 22:29:21 +0000 Subject: Basic pass-through of font information when using DCP subtitles. --- src/wx/fonts_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wx') diff --git a/src/wx/fonts_dialog.cc b/src/wx/fonts_dialog.cc index 1edfcf100..99d570263 100644 --- a/src/wx/fonts_dialog.cc +++ b/src/wx/fonts_dialog.cc @@ -89,7 +89,7 @@ FontsDialog::setup () wxListItem item; item.SetId (n); _fonts->InsertItem (item); - _fonts->SetItem (n, 0, (*i)->id.get_value_or (wx_to_std (_("[Default]")))); + _fonts->SetItem (n, 0, std_to_wx ((*i)->id)); if ((*i)->file) { _fonts->SetItem (n, 1, (*i)->file.get().leaf().string ()); } -- cgit v1.2.3