From ec86bb39dcc0bbd172e622cc9762416e01160481 Mon Sep 17 00:00:00 2001 From: Konstantina Chremmou Date: Wed, 22 Apr 2020 17:43:47 +0100 Subject: [PATCH] Fixed broken build. Signed-off-by: Konstantina Chremmou --- .../Wizards/PatchingWizard/PatchingWizard_SelectPatchPage.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectPatchPage.cs b/XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectPatchPage.cs index 856cd81d9..cb1a0d969 100644 --- a/XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectPatchPage.cs +++ b/XenAdmin/Wizards/PatchingWizard/PatchingWizard_SelectPatchPage.cs @@ -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;