On 10/11/13 13:09, Jean-Marc Lasgouttes wrote:
> Or mark the lfun "unknown" when not supported.

how do I do this marking ? For now, the chat is activated via

  A-x dialog-show chat

it's not a real LFUN, just a request to show a specific dialog. Is OptItem 
going to work in such case ?

Is the one below the only modification I need, in the end ?

diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc
index 12a74287..dc3bab31 100644
--- a/lib/ui/stdmenus.inc
+++ b/lib/ui/stdmenus.inc
@@ -567,7 +567,7 @@ Menuset
                Item "TeX Information|I" "dialog-show texinfo"
                Item "Compare...|C" "dialog-show compare"
                Separator
-               Item "LyX Chat|y" "dialog-show chat"
+               OptItem "LyX Chat|y" "dialog-show chat"
                Separator


        T.

Reply via email to