Skip to content

Commit

Permalink
[wxhaskell-from-cvs @ 2003-10-25 08:50:55 by dleijen]
Browse files Browse the repository at this point in the history
Added newline at end of file (triggers error on unix's)

darcs-hash:20031025085055-deb31-b8b059df01b0b7fe6817f5a024abfc7db72365e3.gz
  • Loading branch information
dleijen committed Oct 25, 2003
1 parent d7e26ea commit f44ab8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wx/src/Graphics/UI/WX/Controls.hs
Expand Up @@ -631,4 +631,4 @@ imageListFromFiles :: Size -> [FilePath] -> IO (ImageList ())
imageListFromFiles size files
= do images <- imageListCreate size True (length files)
imageListAddIconsFromFiles images size files
return images
return images

0 comments on commit f44ab8f

Please sign in to comment.