diff options
Diffstat (limited to 'src/wx/fonts_dialog.cc')
| -rw-r--r-- | src/wx/fonts_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 ()); } |
