"Bo Peng" <[EMAIL PROTECTED]> writes: > We are inserting something to the LyX document, so InsetGraphics has > to be used. What we need to do is insert > /usr/local/share/lyx/images/blah.png (platform dependent) when > InsetInfo::update() is called.
I think that if we do that, then there is no gain with this inset. Either we manage to display natively the icon through InsetInfo (meaning it is faster and we are 100% sure that it is the right icon, even if the user has its own set), or we don't do it at all, IMO. JMarc