]> git.lyx.org Git - lyx.git/commitdiff
fixup definition of LFUN_REFERENCE_TO_PARAGRAPH
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 29 Jul 2024 06:46:43 +0000 (08:46 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 29 Jul 2024 06:46:43 +0000 (08:46 +0200)
src/LyXAction.cpp

index 155ba9ef2bba0492b30a28036d77334a1cc189e9..bbc518d02df93eee230871db3af417336775efdf 100644 (file)
@@ -3542,7 +3542,7 @@ void LyXAction::init()
  * \li Origin: spitz, 28 Jul 2024
  * \endvar
  */
-               { LFUN_REFERENCE_TO_PARAGRAPH, "reference-to-paragraph", ReadOnly | NoInternal, Edit },
+               { LFUN_REFERENCE_TO_PARAGRAPH, "reference-to-paragraph", Noop, Edit },
 
 
 /*!