CA-172441: Wrong message shown when hover mouse on 'Open SSH Console'

button

Removed tooltip from the "Open SSH Console" button

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
Gabor Apati-Nagy 2015-06-09 19:07:25 +01:00
parent adf6cded90
commit f6c5c3bd31
2 changed files with 0 additions and 4 deletions

View File

@ -110,7 +110,6 @@ namespace XenAdmin.ConsoleView
//
resources.ApplyResources(this.buttonSSH, "buttonSSH");
this.buttonSSH.Name = "buttonSSH";
this.tip.SetToolTip(this.buttonSSH, resources.GetString("buttonSSH.ToolTip"));
this.buttonSSH.UseVisualStyleBackColor = true;
this.buttonSSH.Click += new System.EventHandler(this.buttonSSH_Click);
//

View File

@ -195,9 +195,6 @@
<metadata name="tip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<data name="buttonSSH.ToolTip" xml:space="preserve">
<value>Remote access is not enabled on this guest</value>
</data>
<data name="&gt;&gt;buttonSSH.Name" xml:space="preserve">
<value>buttonSSH</value>
</data>