Add parent window to an update addons dialog
This commit is contained in:
parent
35dead7b26
commit
bf57632deb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user