Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/29/10 02:10:22 (14 years ago)
Author:
swagner
Message:

Implemented reviewers' comments (#893)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/BatchRunView.Designer.cs

    r3454 r3555  
    139139      this.openAlgorithmButton.Size = new System.Drawing.Size(24, 24);
    140140      this.openAlgorithmButton.TabIndex = 1;
    141       this.toolTip.SetToolTip(this.openAlgorithmButton, "Open Problem");
     141      this.toolTip.SetToolTip(this.openAlgorithmButton, "Open Algorithm");
    142142      this.openAlgorithmButton.UseVisualStyleBackColor = true;
    143143      this.openAlgorithmButton.Click += new System.EventHandler(this.openAlgorithmButton_Click);
     
    150150      this.newAlgorithmButton.Size = new System.Drawing.Size(24, 24);
    151151      this.newAlgorithmButton.TabIndex = 0;
    152       this.toolTip.SetToolTip(this.newAlgorithmButton, "New Problem");
     152      this.toolTip.SetToolTip(this.newAlgorithmButton, "New Algorithm");
    153153      this.newAlgorithmButton.UseVisualStyleBackColor = true;
    154154      this.newAlgorithmButton.Click += new System.EventHandler(this.newAlgorithmButton_Click);
Note: See TracChangeset for help on using the changeset viewer.