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:
parent
fe0791762a
commit
f264e7f807
|
@ -2219,7 +2219,7 @@ EVT_HANDLER(FAQ, "VBA-M support forum")
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue