From 400a866a3e96e4316dfa900852687d45f11a4b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=CC=81clav=20Slavi=CC=81k?= Date: Tue, 10 Sep 2024 17:22:39 +0200 Subject: [PATCH] Switch wxWidgets submodule to poedit/wxWidgets Switch to wxWidgets repository under the poedit organization. This repository may include hotfix patches in the future, but tries to follow upstream closely. At the moment, a not-yet-merged fix for broken UI language on macOS is included: https://github.com/wxWidgets/wxWidgets/pull/24804 --- .gitmodules | 2 +- deps/wx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 9c1ab356d1..4400f6fd1d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "deps/wx"] path = deps/wx - url = https://github.com/vslavik/wxWidgets.git + url = https://github.com/poedit/wxWidgets.git ignore = untracked [submodule "deps/lucene/LucenePlusPlus"] path = deps/lucene/LucenePlusPlus diff --git a/deps/wx b/deps/wx index a720b6bfa7..8807decc68 160000 --- a/deps/wx +++ b/deps/wx @@ -1 +1 @@ -Subproject commit a720b6bfa7ff044e77245ae17d094abf2b94dcf2 +Subproject commit 8807decc6861cca30859aa5609482ac7ff5997a0