diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-25 02:09:39 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-05-25 02:09:39 +0200 |
| commit | 824c8d3822f43b8af1a5da237839c215c8555878 (patch) | |
| tree | f14f1e797aae49e6b097ca2ce521979f6a1778ab /src | |
| parent | ac82d25b2146e00d796001c7c779ae7be49ef638 (diff) | |
fixup! random hacks to try to fix windowsi18n-tests
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/wx_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/wx_util.cc b/src/wx/wx_util.cc index 6c9022e5c..c150cfbff 100644 --- a/src/wx/wx_util.cc +++ b/src/wx/wx_util.cc @@ -513,7 +513,7 @@ dcpomatic_setup_i18n () #ifdef DCPOMATIC_WINDOWS wxFileTranslationsLoader::AddCatalogLookupPathPrefix (std_to_wx (mo_path().string())); - translations->AddCatalog(LookupPathPrefix(char_to_wx("wxstd-3.1"))); + translations->AddCatalog(char_to_wx("wxstd-3.1")); #endif #ifdef DCPOMATIC_LINUX |
