# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1047665636 0 # Node ID 030188d45a6987fffd58c295f6c52ed99efea5b5 # Parent 984db8aefd7f8119d4395e3aecedcd875afd3929 Fixed typo in the filename parameter. diff -r 984db8aefd7f -r 030188d45a69 os2/dw.c --- a/os2/dw.c Fri Mar 14 18:09:56 2003 +0000 +++ b/os2/dw.c Fri Mar 14 18:13:56 2003 +0000 @@ -4365,7 +4365,7 @@ * DW pick the appropriate file extension. * (BMP on OS/2 or Windows, XPM on Unix) */ -HWND dw_bitmapbutton_new_from_file(char *text, unsigned long id, char filename) +HWND dw_bitmapbutton_new_from_file(char *text, unsigned long id, char *filename) { /* TODO: Actually get it to draw the bitmap */ BubbleButton *bubble = calloc(sizeof(BubbleButton), 1);