summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-05-25 02:03:52 +0200
committerCarl Hetherington <cth@carlh.net>2025-05-25 02:03:52 +0200
commitac82d25b2146e00d796001c7c779ae7be49ef638 (patch)
tree68b01e5202ef9bdf3a26ebd2a61c704d442ddf0e /src/wx
parent67bb8ffec3f1c49657754994bd8373387675f23d (diff)
fixup! random hacks to try to fix windows
Diffstat (limited to 'src/wx')
-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 130aa34ec..6c9022e5c 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()));
- wxFileTranslationsLoader::AddCatalog(char_to_wx("wxstd-3.1"));
+ translations->AddCatalog(LookupPathPrefix(char_to_wx("wxstd-3.1")));
#endif
#ifdef DCPOMATIC_LINUX