Free cookie consent management tool by TermsFeed Policy Generator

Changeset 6585


Ignore:
Timestamp:
07/22/11 11:37:09 (13 years ago)
Author:
mkommend
Message:

#1594: Corrected group box text in ClusteringSolutionView.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/ClusteringSolutionView.Designer.cs

    r5853 r6585  
    5858      // itemsGroupBox
    5959      //
    60       this.itemsGroupBox.Text = "Regression Solution";
     60      this.itemsGroupBox.Text = "Clustering Solution";
    6161      //
    6262      // addButton
     
    7272      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    7373      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    74       this.Name = "RegressionSolutionView";
     74      this.Name = "ClusteringSolutionView";
    7575      this.splitContainer.Panel1.ResumeLayout(false);
    7676      this.splitContainer.Panel2.ResumeLayout(false);
     
    8080      this.detailsGroupBox.ResumeLayout(false);
    8181      this.ResumeLayout(false);
    82 
    8382    }
    8483
Note: See TracChangeset for help on using the changeset viewer.