On Sun, Oct 21, 2007 at 06:22:09AM +0200, Enrico Forestieri wrote: > On Sat, Oct 20, 2007 at 11:08:09PM -0000, [EMAIL PROTECTED] wrote: > > > Author: broider > > Date: Sun Oct 21 01:08:02 2007 > > New Revision: 21092 > > > > URL: http://www.lyx.org/trac/changeset/21092 > > Log: > > Search for toolbar images in the filesystem and afterwards in the resource. > > Now I really wonder what is the benefit of having resources compiled > in, given that the images are still searched on disk. Someone could > explain that? My impression is that now we have a 1Mb fatter executable > and no real benefit...
My impression is that the images are searched for, but only those are loaded from the disk that are found there. I suppose the latter is more work than a directory scan. - Martin