From 9d7f4b4056b344f96d8a73cba9506c48267e6bd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sat, 5 Oct 2013 16:41:50 +0000 Subject: [PATCH] 7081: QuestionDialog module moved to gramps.gui.dialog svn: r23249 --- gramps/plugins/lib/maps/geography.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/lib/maps/geography.py b/gramps/plugins/lib/maps/geography.py index 069e5f3c2..6c47bf3aa 100644 --- a/gramps/plugins/lib/maps/geography.py +++ b/gramps/plugins/lib/maps/geography.py @@ -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"