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:
|
if errors:
|
||||||
OkDialog(_("Installation Errors"),
|
OkDialog(_("Installation Errors"),
|
||||||
_("The following addons had errors: ") +
|
_("The following addons had errors: ") +
|
||||||
", ".join(errors))
|
", ".join(errors),
|
||||||
|
self.window)
|
||||||
if count:
|
if count:
|
||||||
OkDialog(_("Done downloading and installing addons"),
|
OkDialog(_("Done downloading and installing addons"),
|
||||||
# translators: leave all/any {...} untranslated
|
# translators: leave all/any {...} untranslated
|
||||||
|
Loading…
Reference in New Issue
Block a user