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

@@ -240,7 +240,7 @@ static bool DoCommonPreInit()
// Note that this must be done for any app, Cocoa or console, whether or
// not it uses wxLocale.
//
// See http://stackoverflow.com/questions/11713745/why-does-the-printf-family-of-functions-care-about-locale
// See https://stackoverflow.com/questions/11713745/why-does-the-printf-family-of-functions-care-about-locale
setlocale(LC_CTYPE, "UTF-8");
#endif // wxUSE_UNICODE && defined(__WXOSX__)