From 64775b787567c56263a85d5efa75811d9dd41d8b Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Thu, 2 Jan 2020 14:10:22 +0100 Subject: [PATCH] Introduce Menu item to accept/reject all changes in master/children Fixes #11652 --- lib/ui/stdmenus.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc index ea94047799..b6071b8902 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 -- 2.39.5