diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/wx_util.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/wx_util.cc b/src/wx/wx_util.cc index f77cfacd3..747d1df04 100644 --- a/src/wx/wx_util.cc +++ b/src/wx/wx_util.cc @@ -361,6 +361,9 @@ dcpomatic_setup_i18n () of wxWidgets. */ locale->AddCatalog (wxT ("dcpomatic2-wxstd")); + + /* Fedora 29 (at least) installs wxstd3.mo instead of wxstd.mo */ + locale->AddCatalog (wxT ("wxstd3")); #endif locale->AddCatalog (wxT ("libdcpomatic2-wx")); |
