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/ScopeTreeLookupParameterView.cs

    r3659 r3764  
    4949    public ScopeTreeLookupParameterView() {
    5050      InitializeComponent();
    51       Caption = "ScopeTreeLookupParameter";
    5251    }
    5352
     
    7574      base.OnContentChanged();
    7675      if (Content == null) {
    77         Caption = "ScopeTreeLookupParameter";
    7876        actualNameTextBox.Text = string.Empty;
    7977        depthTextBox.Text = string.Empty;
    8078      } else {
    81         Caption = Content.Name + " (" + Content.GetType().Name + ")";
    8279        actualNameTextBox.Text = Content.ActualName;
    8380        depthTextBox.Text = Content.Depth.ToString();
Note: See TracChangeset for help on using the changeset viewer.