Add parent window to an update addons dialog

This commit is contained in:
Nick Hall 2015-03-18 10:07:25 +00:00 committed by Ross Gammon
parent 59303fd7d0
commit 2f609d2f25

View File

@ -1192,7 +1192,8 @@ class UpdateAddons():
if errors:
OkDialog(_("Installation Errors"),
_("The following addons had errors: ") +
", ".join(errors))
", ".join(errors),
self.window)
if count:
OkDialog(_("Done downloading and installing addons"),
# translators: leave all/any {...} untranslated