Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/27/10 01:38:35 (14 years ago)
Author:
swagner
Message:

Implemented reviewers' comments (#893).

File:
1 edited

Legend:

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

    r2917 r3225  
    207207      this.startButton.Size = new System.Drawing.Size(24, 24);
    208208      this.startButton.TabIndex = 5;
    209       this.toolTip.SetToolTip(this.startButton, "Start Algorithm");
     209      this.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm");
    210210      this.startButton.UseVisualStyleBackColor = true;
    211211      this.startButton.Click += new System.EventHandler(this.startButton_Click);
     
    214214      //
    215215      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    216       this.stopButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Stop;
     216      this.stopButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Pause;
    217217      this.stopButton.Location = new System.Drawing.Point(30, 458);
    218218      this.stopButton.Name = "stopButton";
    219219      this.stopButton.Size = new System.Drawing.Size(24, 24);
    220220      this.stopButton.TabIndex = 6;
    221       this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
     221      this.toolTip.SetToolTip(this.stopButton, "Pause Algorithm");
    222222      this.stopButton.UseVisualStyleBackColor = true;
    223223      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
Note: See TracChangeset for help on using the changeset viewer.