From e0d36df2785574357ac20e7f71cecbadc8651a6a Mon Sep 17 00:00:00 2001 From: Dave Scheipers Date: Thu, 23 Dec 2021 08:00:20 -0500 Subject: [PATCH] Add Back/Forward labels to citation tree view Fixes #12510 --- gramps/plugins/view/citationtreeview.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gramps/plugins/view/citationtreeview.py b/gramps/plugins/view/citationtreeview.py index 8f71535b3..8beebf53d 100644 --- a/gramps/plugins/view/citationtreeview.py +++ b/gramps/plugins/view/citationtreeview.py @@ -378,6 +378,8 @@ class CitationTreeView(LibSourceView, ListView): win.Back ''' '''Go to the previous object in the history + _Back + True False @@ -389,6 +391,8 @@ class CitationTreeView(LibSourceView, ListView): win.Forward ''' '''Go to the next object in the history + _Forward + True False