Merge pull request #496 from GaborApatiNagy/master_CA-172441

CA-172441: Wrong message shown when hover mouse on 'Open SSH Console'
This commit is contained in:
Mihaela Stoica 2015-06-10 12:29:21 +03:00
commit 9c67f803a6
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>