From 900c2e9ff821585cd3d45825c85c4da5f7d559f1 Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Thu, 28 Mar 2013 16:52:47 +0000 Subject: [PATCH] 6369: Accelerator keys, Gtk and User Interface svn: r21792 --- gramps/gui/plug/export/_exportoptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gui/plug/export/_exportoptions.py b/gramps/gui/plug/export/_exportoptions.py index 56016b4ec..e2c617b01 100644 --- a/gramps/gui/plug/export/_exportoptions.py +++ b/gramps/gui/plug/export/_exportoptions.py @@ -160,7 +160,7 @@ class WriterOptionBox(object): widget.pack_start(full_database_row, False, True, 0) - self.private_check = Gtk.CheckButton( + self.private_check = Gtk.CheckButton.new_with_mnemonic( _('_Do not include records marked private')) self.private_check.connect("clicked", self.mark_dirty) self.private_check.set_active(self.get_proxy_value("privacy"))