Hi Herve, sorry that I'm misspelling your name, the proper accent didn't show up on the mailing list archive.
I didn't see patch 1/2. Perhaps it just didn't make it through moderation?
--- a/dlls/shell32/Makefile.in +++ b/dlls/shell32/Makefile.in @@ -64,6 +64,7 @@ SPEC_SRCS16 = shell.spec EXTRA_OBJS = authors.o
SVG_SRCS = folder_open.svg +SVG_SRCS = folder.svg
This can't work, the second assignment of SVG_SRCS overwrites the first. You need something like: SVG_SRCS = \ folder_open.svg \ folder.svg
instead.
It's a nicer icon for "folder" in shell32. Comments on this work are welcome (even if you dislike it) !
Any reason the icon is slightly right of center?
Does Wine support the alpha channel in icons? --Juan