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