Fix Help -> Translations URL

Fix the URL a browser is launched with when the `Help -> Translations`
menu item is selected to point to the project page on Transifex.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover 2024-09-12 17:35:40 +00:00
parent fe0791762a
commit f264e7f807
No known key found for this signature in database
GPG Key ID: 08AB596679D86240
1 changed files with 1 additions and 1 deletions

View File

@ -2219,7 +2219,7 @@ EVT_HANDLER(FAQ, "VBA-M support forum")
EVT_HANDLER(Translate, "Translations") EVT_HANDLER(Translate, "Translations")
{ {
wxLaunchDefaultBrowser(wxT("http://www.transifex.com/projects/p/vba-m")); wxLaunchDefaultBrowser(wxT("https://explore.transifex.com/bgk/vba-m/"));
} }
// was About // was About