diff --git a/Plugins/SSHAuth/SSHAuth/Configuration.Designer.cs b/Plugins/SSHAuth/SSHAuth/Configuration.Designer.cs index bbd9932a..17d53a3c 100644 --- a/Plugins/SSHAuth/SSHAuth/Configuration.Designer.cs +++ b/Plugins/SSHAuth/SSHAuth/Configuration.Designer.cs @@ -95,6 +95,7 @@ private void InitializeComponent() this.help.TabIndex = 3; this.help.Text = "Help"; this.help.UseVisualStyleBackColor = true; + this.help.Click += new System.EventHandler(this.Btn_help); // // portLabel // @@ -141,7 +142,6 @@ private void InitializeComponent() this.Controls.Add(this.hostLabel); this.Name = "Configuration"; this.Text = "SSHAuth Configuration"; - this.Click += new System.EventHandler(this.Btn_help); this.ResumeLayout(false); this.PerformLayout();