>>>>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> The attached patch implements the discussed status messages in Georg> MathHullInset::getStatus(). Is the wording ok? I think so. Except that the message should use N_() and not _() (that is, not be translated). This is what is done in the other invokation. This is to ensure that the messages sent back to the lyx server are not locale-dependant. I am not sure whether it is a good idea, but at least we should be consistent. Georg> I have one general question: What is the difference between the Georg> return value of a getStatus() method and flag.enabled()? I Georg> noticed that e.g. MathGridInset::getStatus() handles both, but Georg> MathHullInset::getStatus() does not touch flag.enabled(). The return value tells whether the inset considers itself authoritative on the subject, or not. JMarc