Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/30/10 15:13:48 (14 years ago)
Author:
gkronber
Message:

Implemented a list of review comments by swagner. #989 (Implement review comments in plugin infrastructure)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/BasicUpdateView.Designer.cs

    r3547 r3573  
    4545    /// </summary>
    4646    private void InitializeComponent() {
     47      this.components = new System.ComponentModel.Container();
    4748      this.updateAndInstallButton = new System.Windows.Forms.Button();
     49      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    4850      this.SuspendLayout();
    4951      //
     
    5860      this.updateAndInstallButton.Text = "Find and Install Updates";
    5961      this.updateAndInstallButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     62      this.toolTip.SetToolTip(this.updateAndInstallButton, "Find, download and install updates for all installed plugins.");
    6063      this.updateAndInstallButton.UseVisualStyleBackColor = true;
    6164      this.updateAndInstallButton.Click += new System.EventHandler(this.updateAndInstallButton_Click);
     
    7578
    7679    private System.Windows.Forms.Button updateAndInstallButton;
     80    private System.Windows.Forms.ToolTip toolTip;
    7781  }
    7882}
Note: See TracChangeset for help on using the changeset viewer.