Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/11/10 12:03:25 (14 years ago)
Author:
mkommend
Message:

adapted view captions (ticket #893)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Parameters.Views/3.3/ConstrainedValueParameterView.cs

    r3566 r3764  
    5353    public ConstrainedValueParameterView() {
    5454      InitializeComponent();
    55       Caption = "ConstrainedValueParameter";
    5655      valueComboBoxItems = new List<T>();
    5756    }
     
    8483      base.OnContentChanged();
    8584      if (Content == null) {
    86         Caption = "ConstrainedValueParameter";
    8785        viewHost.Content = null;
    8886        FillValueComboBox();
    8987      } else {
    90         Caption = Content.Name + " (" + Content.GetType().Name + ")";
    9188        FillValueComboBox();
    9289        viewHost.ViewType = null;
Note: See TracChangeset for help on using the changeset viewer.