summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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