diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-13 23:00:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-13 23:00:39 +0100 |
| commit | 2ed96cf8baea81ab3b6331ae029bfa76ef2522e1 (patch) | |
| tree | 2bb00e2c89e16b4423982e9fc1f8eb65d1194020 /src/wx/wx_util.cc | |
| parent | c71b3d2b9de7dbc3ba237b550efd721b5fd480ac (diff) | |
Try to fix completely broken i18n.
Diffstat (limited to 'src/wx/wx_util.cc')
| -rw-r--r-- | src/wx/wx_util.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/wx_util.cc b/src/wx/wx_util.cc index 9c13cfbcb..218b24b02 100644 --- a/src/wx/wx_util.cc +++ b/src/wx/wx_util.cc @@ -278,11 +278,11 @@ dcpomatic_setup_i18n () so we rename it to avoid clashes with any other installation of wxWidgets. */ - locale->AddCatalog (wxT ("dcpomatic-wxstd")); + locale->AddCatalog (wxT ("dcpomatic2-wxstd")); #endif - locale->AddCatalog (wxT ("libdcpomatic-wx")); - locale->AddCatalog (wxT ("dcpomatic")); + locale->AddCatalog (wxT ("libdcpomatic2-wx")); + locale->AddCatalog (wxT ("dcpomatic2")); if (!locale->IsOk()) { delete locale; |
