From 824c8d3822f43b8af1a5da237839c215c8555878 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 25 May 2025 02:09:39 +0200 Subject: fixup! random hacks to try to fix windows --- src/wx/wx_util.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3