]> git.lyx.org Git - features.git/commitdiff
Fix context menu for external edit.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 4 Oct 2018 21:32:48 +0000 (17:32 -0400)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:50 +0000 (14:39 +0200)
lib/ui/stdcontext.inc

index 6a1642bd53557a93d1c808840af6bb9649b22956..a6a0504216942d833159d9d077b3c177122c2092 100644 (file)
@@ -652,8 +652,8 @@ Menuset
                # repeat 1 is added as a work-around to not indicate this action as toggable
                Item "Wrap by Preview|y" "command-sequence repeat 1;inset-toggle;char-forward;char-backward;char-forward-select;preview-insert;char-backward;char-backward;inset-toggle"
                Separator 
-               Item "Edit Externally...|x" "inset-edit" 
-               Item "End Editing Externally...|e" "inset-end-edit"
+               OptItem "Edit Externally...|x" "inset-edit" 
+               OptItem "End Editing Externally...|x" "inset-end-edit"
        End
 
 #