7081: QuestionDialog module moved to gramps.gui.dialog
svn: r23248
This commit is contained in:
parent
19ac1c6f98
commit
3947c86636
@ -881,7 +881,7 @@ class GeoGraphyView(OsmGps, NavigationView):
|
||||
else:
|
||||
gids = gids + ", " + plce.gramps_id
|
||||
if nb_places > 1:
|
||||
from QuestionDialog import WarningDialog
|
||||
from gramps.gui.dialog import WarningDialog
|
||||
WarningDialog(
|
||||
_('You have at least two places with the same title.'),
|
||||
_("The title of the places is :\n"
|
||||
|
Loading…
Reference in New Issue
Block a user