mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-12-04 17:11:06 +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)
|
if (isUpgradeIso)
|
||||||
{
|
{
|
||||||
using (var dlg = new ThreeButtonDialog(new ThreeButtonDialog.Details(
|
using (var dlg = new ErrorDialog(Messages.PATCHINGWIZARD_SELECTPATCHPAGE_ERROR_MAINISO))
|
||||||
SystemIcons.Error, Messages.PATCHINGWIZARD_SELECTPATCHPAGE_ERROR_MAINISO)))
|
|
||||||
dlg.ShowDialog(this);
|
dlg.ShowDialog(this);
|
||||||
|
|
||||||
cancel = true;
|
cancel = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user