commit 8c10182962efa643edfcfbe64fc830b5fc0d9a65
Author: Tommaso Cucinotta <[email protected]>
Date:   Wed May 3 01:29:36 2017 +0200

    findadv: hide word-findadv verb from the mini-buffer
    
    The current set of options to provide include names of
    the find and replace internal buffers, something out of
    reach for the user. Furthermore, options are provided
    using a multi-line syntax, which cannot be entered
    using the mini-buffer AFAIK.
---
 src/LyXAction.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp
index e9f45f5..16efb26 100644
--- a/src/LyXAction.cpp
+++ b/src/LyXAction.cpp
@@ -4069,7 +4069,7 @@ void LyXAction::init()
  * \li Origin: Tommaso, Nov 15 2007
  * \endvar
  */
-               { LFUN_WORD_FINDADV, "word-findadv", ReadOnly | NoBuffer, Edit 
},
+               { LFUN_WORD_FINDADV, "", ReadOnly | NoBuffer, Edit | Hidden },
 
 /*!
  * \var lyx::FuncCode lyx::LFUN_WORD_FIND_BACKWARD

Reply via email to