Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/21/10 06:14:03 (14 years ago)
Author:
swagner
Message:

Adapted views according the new read-only property (#973)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/NamedItemView.cs

    r3396 r3454  
    6565      if (Content == null) {
    6666        Caption = "NamedItem";
    67         nameTextBox.Text = "-";
    68         descriptionTextBox.Text = "";
     67        nameTextBox.Text = string.Empty;
     68        descriptionTextBox.Text = string.Empty;
    6969        toolTip.SetToolTip(descriptionTextBox, string.Empty);
    7070      } else {
Note: See TracChangeset for help on using the changeset viewer.