summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-10-15 10:37:31 +0200
committerCarl Hetherington <cth@carlh.net>2024-10-15 10:37:31 +0200
commit1a46b4d57887f5f46dfbc41005728788fd37711d (patch)
tree3ae5176e9e1e3517f24eec0a8e49a6ea9bd26d3f
parent4d900a0bd402bb8813b3fd8603766105038bad1d (diff)
Remove AddCatalog() that I think is actually unnecessary.
This was supposed to fix mac, but mac doesn't run this branch of the #if.
-rw-r--r--src/wx/wx_util.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/wx_util.cc b/src/wx/wx_util.cc
index 8a0438ae8..fc8b3dc99 100644
--- a/src/wx/wx_util.cc
+++ b/src/wx/wx_util.cc
@@ -513,7 +513,6 @@ 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"));