summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-11-20 11:49:50 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-16 01:19:51 +0100
commit8fbd2698e6c5d058c30c2ffd8fbc46f58ca1576b (patch)
tree1d0b750f7daa27185526589dab39412e7292ab3c /src/wx
parenta8dc46e74fbf106131971b557d31666695406beb (diff)
Bump versions for new Windows environment.
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/i18n_setup_windows.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/i18n_setup_windows.cc b/src/wx/i18n_setup_windows.cc
index 0fc4ecdd5..5d499fa2a 100644
--- a/src/wx/i18n_setup_windows.cc
+++ b/src/wx/i18n_setup_windows.cc
@@ -43,7 +43,7 @@ dcpomatic::wx::setup_i18n()
locale = new wxLocale(language, wxLOCALE_LOAD_DEFAULT);
locale->AddCatalogLookupPathPrefix(std_to_wx(mo_path().string()));
- locale->AddCatalog(char_to_wx("wxstd-3.1"));
+ locale->AddCatalog(char_to_wx("wxstd-3.3"));
locale->AddCatalog(char_to_wx("wxstd"));
locale->AddCatalog(char_to_wx("libdcpomatic2-wx"));