Use HTTPS with Trac links.
This commit is contained in:
@@ -724,7 +724,7 @@ bool wxTextCtrl::Create( wxWindow *parent,
|
||||
gtk_entry_set_width_chars((GtkEntry*)m_text, 1);
|
||||
|
||||
// work around probable bug in GTK+ 2.18 when calling WriteText on a
|
||||
// new, empty control, see http://trac.wxwidgets.org/ticket/11409
|
||||
// new, empty control, see https://trac.wxwidgets.org/ticket/11409
|
||||
gtk_entry_get_text((GtkEntry*)m_text);
|
||||
|
||||
if (style & wxNO_BORDER)
|
||||
|
||||
Reference in New Issue
Block a user