# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1301856235 0 # Node ID 379b7e8c5c1c5c7007f78a2c8ac998c0a199c6f8 # Parent ca01c7d95b80f001a150f83153b1a6059d33c855 Removed INCOMPLETE from the dw_scrollbox_new() comment on Windows. diff -r ca01c7d95b80 -r 379b7e8c5c1c win/dw.c --- a/win/dw.c Sun Apr 03 17:24:23 2011 +0000 +++ b/win/dw.c Sun Apr 03 18:43:55 2011 +0000 @@ -4543,7 +4543,6 @@ } /* - * INCOMPLETE * Create a new scroll Box to be packed. * Parameters: * type: Either DW_VERT (vertical) or DW_HORZ (horizontal).