From: Richard Kimberly Heck Date: Tue, 28 May 2019 03:34:49 +0000 (-0400) Subject: Put "cancel" option in visible position at top of menu when it is X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=345e1b4f9409f31a10996b52de62ad5406630d51;p=features.git Put "cancel" option in visible position at top of menu when it is active. --- diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc index c350c58e00..024aa57370 100644 --- a/lib/ui/stdmenus.inc +++ b/lib/ui/stdmenus.inc @@ -558,6 +558,7 @@ Menuset # Menu "document" + OptItem "Cancel Background Process|P" "export-cancel" Submenu "Change Tracking|C" "document_change" OptItem "Build Program|B" "build-program" Item "LaTeX Log|L" "dialog-show latexlog" @@ -567,7 +568,6 @@ Menuset UpdateFormats OptItem "View Master Document|M" "master-buffer-view" OptItem "Update Master Document|a" "master-buffer-update" - OptItem "Cancel Background Process|P" "export-cancel" Separator Item "Compressed|o" "buffer-toggle-compression" Item "Disable Editing|E" "buffer-toggle-read-only"