Use HTTPS with Trac links.

This commit is contained in:
Bryan Petty
2017-07-04 13:15:14 -06:00
parent 823f75c739
commit ed173ed91e
29 changed files with 34 additions and 34 deletions

View File

@@ -353,7 +353,7 @@ GetTranslatedString(const wxTranslations& trans, const wxString& s)
void MenuTestCase::TranslatedMnemonics()
{
// Check that appended mnemonics are correctly stripped;
// see http://trac.wxwidgets.org/ticket/16736
// see https://trac.wxwidgets.org/ticket/16736
wxTranslations trans;
trans.SetLanguage(wxLANGUAGE_JAPANESE);
wxFileTranslationsLoader::AddCatalogLookupPathPrefix("./intl");