mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-12-03 16:41:04 +01:00
Fixed broken build.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
60da6080f9
commit
ec86bb39dc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user