>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Edwin Leuven <[EMAIL PROTECTED]> writes: | redundant now Lars> (preamble is in document settings dialog). I also think the | Lars> show preamble entry should be removed from the (qt) menu. Lars> Or just make the QDocument::preamble pop up... This is misleading from a ui point of view, I think. Another solution: add a method GUIruntime::isImplemented(kb_action) that would return false for not implemented actions. Then these would be ignored by MenuBackend. The advantage is simplicity, and possibility to ignore also things like 'Toggle tooltips' in qt2. JMarc