File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
#
2
2
# Gramps - a GTK+/GNOME based genealogy program
3
3
#
4
- # Copyright (C) 2019 Steve Youngs
4
+ # Copyright (C) 2019-2020 Steve Youngs
5
5
#
6
6
# This program is free software; you can redistribute it and/or modify
7
7
# it under the terms of the GNU General Public License as published by
50
50
from gramps .gen .config import config
51
51
from gramps .gen .datehandler import get_date
52
52
from gramps .gen .db import DbTxn
53
+ from gramps .gui .display import display_help
53
54
54
55
#------------------------------------------------------------------------
55
56
#
@@ -162,6 +163,7 @@ def _create_dialog(self, title):
162
163
slist .set_policy (Gtk .PolicyType .AUTOMATIC , Gtk .PolicyType .AUTOMATIC )
163
164
box .pack_start (slist , True , True , 5 )
164
165
166
+ top .add_button (_ ('_Help' ), Gtk .ResponseType .HELP )
165
167
top .add_button (_ ('_Cancel' ), Gtk .ResponseType .CANCEL )
166
168
top .add_button (_ ('_OK' ), Gtk .ResponseType .OK )
167
169
top .set_default_response (Gtk .ResponseType .OK )
You can’t perform that action at this time.
0 commit comments