commit 8965d5eb8c56b30017c01a22c9de83be0c63fed3
Author: Richard Kimberly Heck <[email protected]>
Date: Mon May 27 23:34:49 2019 -0400
Put "cancel" option in visible position at top of menu when it is
active.
---
lib/ui/stdmenus.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc
index c350c58..024aa57 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"