]> git.lyx.org Git - features.git/commitdiff
Remove duplicate context menu item
authorJuergen Spitzmueller <spitz@lyx.org>
Wed, 7 Sep 2016 07:51:47 +0000 (09:51 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Wed, 7 Sep 2016 07:53:26 +0000 (09:53 +0200)
Fixes: #10368
lib/ui/stdcontext.inc
status.22x

index f1a0eafd070fcc189ab3572f33553151fae46647..ab71a5bac8759b2c5a2f81c2f8ce08b6445bc4f2 100644 (file)
@@ -160,7 +160,6 @@ Menuset
 #
 
        Menu "context-argument"
-               Item "Dissolve Inset|D" "inset-dissolve"
                Separator
                SwitchArguments
        End
index 6bcc7a156ecd92e6893ad753f21d69776e5888d0..6d400eb10adf65582462e974d83b01abfaf1f3e4 100644 (file)
@@ -114,6 +114,8 @@ What's new
 
 - When Enter does nothing (empty paragraph), do not record undo (bug 10089).
 
+- Remove duplicate context menu item for Argument insets (bug 10368).
+
 
 * INTERNALS