7081: No QuestionDialog module into gramps.gui.utils

svn: r23169
This commit is contained in:
Jérôme Rapinat 2013-09-20 10:17:29 +00:00
parent a861db35bf
commit 45f9ea5e6d

View File

@ -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':