From 889c0368042d315e5ead35f3de34133e3189c524 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Mon, 24 Jun 2013 01:59:06 +0000 Subject: [PATCH] make sure relationship calculator tool's relationships are in the UI language svn: r22580 --- gramps/plugins/tool/relcalc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/tool/relcalc.py b/gramps/plugins/tool/relcalc.py index ca7fd0716..ae5a1e4dd 100644 --- a/gramps/plugins/tool/relcalc.py +++ b/gramps/plugins/tool/relcalc.py @@ -95,7 +95,7 @@ class RelCalc(tool.Tool, ManagedWindow): self.colord.append((0, col, size)) self.dbstate = dbstate - self.relationship = get_relationship_calculator() + self.relationship = get_relationship_calculator(glocale) self.relationship.connect_db_signals(dbstate) self.glade = Glade()