CP-14248: VM General Tab: fixing context menu on the Install Management agent link

This commit is contained in:
Gabor Apati-Nagy 2015-09-22 17:19:03 +01:00
parent ed625e081b
commit ff4da8b45e

View File

@ -1420,7 +1420,7 @@ namespace XenAdmin.TabPages
if (!string.IsNullOrEmpty(installMessage))
{
var installtools = new ToolStripMenuItem();
var installtools = new ToolStripMenuItem(installMessage);
installtools.Click += delegate
{
new InstallToolsCommand(Program.MainWindow, vm).Execute();