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.Core.Views/3.3/VariableValueView.cs

    r3694 r3764  
    4848    public VariableValueView() {
    4949      InitializeComponent();
    50       Caption = "Variable";
    5150    }
    5251
     
    7271      base.OnContentChanged();
    7372      if (Content == null) {
    74         Caption = "Variable";
    7573        viewHost.Content = null;
    7674      } else {
    77         Caption = Content.Name + " (" + Content.GetType().Name + ")";
    7875        viewHost.ViewType = null;
    7976        viewHost.Content = Content.Value;
Note: See TracChangeset for help on using the changeset viewer.