Fixed broken build.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
Konstantina Chremmou 2020-04-22 17:43:47 +01:00 committed by Mihaela Stoica
parent 60da6080f9
commit ec86bb39dc

View File

@ -285,8 +285,7 @@ namespace XenAdmin.Wizards.PatchingWizard
if (isUpgradeIso)
{
using (var dlg = new ThreeButtonDialog(new ThreeButtonDialog.Details(
SystemIcons.Error, Messages.PATCHINGWIZARD_SELECTPATCHPAGE_ERROR_MAINISO)))
using (var dlg = new ErrorDialog(Messages.PATCHINGWIZARD_SELECTPATCHPAGE_ERROR_MAINISO))
dlg.ShowDialog(this);
cancel = true;