summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wx/wx_util.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/wx_util.cc b/src/wx/wx_util.cc
index 480acc872..8a0438ae8 100644
--- a/src/wx/wx_util.cc
+++ b/src/wx/wx_util.cc
@@ -496,6 +496,7 @@ dcpomatic_setup_i18n ()
#ifdef DCPOMATIC_WINDOWS
locale->AddCatalogLookupPathPrefix (std_to_wx (mo_path().string()));
+ locale->AddCatalog(char_to_wx("wxstd-3.1"));
#endif
#ifdef DCPOMATIC_LINUX
@@ -512,6 +513,7 @@ dcpomatic_setup_i18n ()
#endif
locale->AddCatalog(char_to_wx("wxstd"));
+ locale->AddCatalog(char_to_wx("wxstd-3.2"));
locale->AddCatalog(char_to_wx("libdcpomatic2-wx"));
locale->AddCatalog(char_to_wx("dcpomatic2"));