- Timestamp:
- 09/03/13 12:55:49 (11 years ago)
- Location:
- stable
- Files:
-
- 4 deleted
- 3 edited
- 4 copied
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 9910
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBoxPlotView.cs
r9456 r9929 32 32 33 33 namespace HeuristicLab.Optimization.Views { 34 [View(" RunCollection BoxPlots")]34 [View("Box Plot")] 35 35 [Content(typeof(RunCollection), false)] 36 36 public partial class RunCollectionBoxPlotView : AsynchronousContentView { … … 159 159 160 160 private void UpdateCaption() { 161 Caption = Content != null ? Content.OptimizerName + " Box Plot s" : ViewAttribute.GetViewName(GetType());161 Caption = Content != null ? Content.OptimizerName + " Box Plot" : ViewAttribute.GetViewName(GetType()); 162 162 } 163 163 -
stable/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionBubbleChartView.cs
r9456 r9929 33 33 34 34 namespace HeuristicLab.Optimization.Views { 35 [View(" RunCollection BubbleChart")]35 [View("Bubble Chart")] 36 36 [Content(typeof(RunCollection), false)] 37 37 public partial class RunCollectionBubbleChartView : AsynchronousContentView {
Note: See TracChangeset
for help on using the changeset viewer.