Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/03/13 12:55:49 (11 years ago)
Author:
ascheibe
Message:

#2099 merged r9910 into stable branch

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBoxPlotView.cs

    r9456 r9929  
    3232
    3333namespace HeuristicLab.Optimization.Views {
    34   [View("RunCollection BoxPlots")]
     34  [View("Box Plot")]
    3535  [Content(typeof(RunCollection), false)]
    3636  public partial class RunCollectionBoxPlotView : AsynchronousContentView {
     
    159159
    160160    private void UpdateCaption() {
    161       Caption = Content != null ? Content.OptimizerName + " Box Plots" : ViewAttribute.GetViewName(GetType());
     161      Caption = Content != null ? Content.OptimizerName + " Box Plot" : ViewAttribute.GetViewName(GetType());
    162162    }
    163163
Note: See TracChangeset for help on using the changeset viewer.