From 45f9ea5e6d38ebb580007519dfa63b957ed085a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Fri, 20 Sep 2013 10:17:29 +0000 Subject: [PATCH] 7081: No QuestionDialog module into gramps.gui.utils svn: r23169 --- 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':