[LyX/master] Introduce Menu item to accept/reject all changes in master/children

Juergen Spitzmueller spitz at lyx.org
Thu Jan 2 12:54:16 UTC 2020


commit 64775b787567c56263a85d5efa75811d9dd41d8b
Author: Juergen Spitzmueller <spitz at lyx.org>
Date:   Thu Jan 2 14:10:22 2020 +0100

    Introduce Menu item to accept/reject all changes in master/children
    
    Fixes #11652
---
 lib/ui/stdmenus.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc
index ea94047..b6071b8 100644
--- a/lib/ui/stdmenus.inc
+++ b/lib/ui/stdmenus.inc
@@ -582,6 +582,8 @@ Menuset
 		Item "Reject Change|R" "change-reject"
 		Item "Accept All Changes|c" "all-changes-accept"
 		Item "Reject All Changes|e" "all-changes-reject"
+		Item "Accept All Changes (incl. Master/Children/Siblings)|p" "ifrelatives master-buffer-forall all-changes-accept"
+		Item "Reject All Changes (incl. Master/Children/Siblings)|j" "ifrelatives master-buffer-forall all-changes-reject"
 		Item "Show Changes in Output|S" "changes-output"
 	End
 


More information about the lyx-cvs mailing list