Free cookie consent management tool by TermsFeed Policy Generator

Changeset 2403 for trunk


Ignore:
Timestamp:
10/01/09 15:26:48 (15 years ago)
Author:
mkommend
Message:

corrected caption in docking forms (ticket #771)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm/3.2/DockForm.cs

    r2279 r2403  
    3636    public DockForm(IView view) {
    3737      InitializeComponent();
    38       this.view = view;     
     38      this.view = view;
    3939      if (View != null) {
    4040        if (view is UserControl) {
     
    7878        Invoke(new MethodInvoker(UpdateText));
    7979      else
    80         TabText = View.Caption;
     80        this.Text = View.Caption;
    8181    }
    8282
Note: See TracChangeset for help on using the changeset viewer.