summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-05-25 02:09:39 +0200
committerCarl Hetherington <cth@carlh.net>2025-05-25 02:09:39 +0200
commit824c8d3822f43b8af1a5da237839c215c8555878 (patch)
treef14f1e797aae49e6b097ca2ce521979f6a1778ab
parentac82d25b2146e00d796001c7c779ae7be49ef638 (diff)
fixup! random hacks to try to fix windowsi18n-tests
-rw-r--r--src/wx/wx_util.cc2
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