7081: No QuestionDialog module into gramps.gui.utils

svn: r23238
This commit is contained in:
Jérôme Rapinat 2013-10-02 08:13:58 +00:00
parent c9b5c60634
commit 556da18dde

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