]> git.lyx.org Git - features.git/commitdiff
Fix bug #11799.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 29 Mar 2020 03:34:44 +0000 (23:34 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 29 Mar 2020 03:36:04 +0000 (23:36 -0400)
I've made cut, etc, OptItems, as this menu is already very long.

(cherry picked from commit d34bb46387e5c4e80cbd79ae7a1e343b1eada51d)

lib/ui/stdcontext.inc

index 1302148c5f606568fb5c92d8ec89862e7b1d7f7b..f4f02d27726b473ab6553fd566e96e1952a8dc80 100644 (file)
@@ -58,12 +58,15 @@ Menuset
                OptItem "Equation Label|L" "label-insert"
                OptItem "Copy as Reference|R" "label-copy-as-reference"
                Separator
-               Item "Split Cell|C" "cell-split"
+               OptItem "Cut" "cut"
+               OptItem "Copy" "copy"
+               OptItem "Paste" "paste"
+               OptSubmenu "Paste Recent|e" "edit_pasterecent"
                Separator
                Submenu "Insert|s" "insert_math_context"
                Separator
+               Item "Split Cell|C" "cell-split"
                OptSubmenu "Rows & Columns| " "edit_tabular_features"
-               Separator
                OptItem "Add Line Above|o" "tabular-feature add-hline-above"
                OptItem "Add Line Below|B" "tabular-feature add-hline-below"
                OptItem "Delete Line Above|v" "tabular-feature delete-hline-above"