From 556da18dde1daaf364db9ee92b530273ea4b18ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Wed, 2 Oct 2013 08:13:58 +0000 Subject: [PATCH] 7081: No QuestionDialog module into gramps.gui.utils svn: r23238 --- gramps/gui/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gui/utils.py b/gramps/gui/utils.py index be2dac9eb..e6261f150 100644 --- a/gramps/gui/utils.py +++ b/gramps/gui/utils.py @@ -601,7 +601,7 @@ def edit_object(dbstate, uistate, reftype, ref): "editor and open an editor for the citation " "alone") - from QuestionDialog import WarningDialog + from .dialog import WarningDialog WarningDialog(_("Cannot open new citation editor"), blocked_text) elif reftype == 'Place':