s/True/true/

This commit is contained in:
Dana Jansens 2003-01-04 04:51:49 +00:00
parent c33ccf60cb
commit 1fd2c6c2b6

View file

@ -81,7 +81,7 @@ void OtkWidget::create(unsigned long mask)
attrib_create.background_pixmap = None;
attrib_create.colormap = scr_info->colormap();
attrib_create.override_redirect = True; // not used by default
attrib_create.override_redirect = true; // not used by default
attrib_create.event_mask = ButtonPressMask | ButtonReleaseMask |
ButtonMotionMask | ExposureMask | StructureNotifyMask;