Mac OSX v3 prototype available now

 From:  Michael Gibson
4737.90 In reply to 4737.89 
Hi Martin,

> I found all icons in the ui/icon folder except for those that
> seem to be supplied by the Windows system like the
> attached ones.

Those particular ones are actually built into the resources section of the moi_lib.dll file, just because the licensing terms of the icon library they come from said they needed to be distributed that way.

You can override them by placing in files in the /ui/icons folder with the following names:

fileicon.png
saveicon.png
undoicon.png
redoicon.png
deleteicon.png

Those should usually be 64x64 PNG images with alpha channel.


If the icon loader finds files that you have created with those names inside the /ui/icons folder it will use them instead of the resource-embedded image for those ones.

- Michael