Changeset 2403
- Timestamp:
- 10/01/09 15:26:48 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.MainForm/3.2/DockForm.cs
r2279 r2403 36 36 public DockForm(IView view) { 37 37 InitializeComponent(); 38 this.view = view; 38 this.view = view; 39 39 if (View != null) { 40 40 if (view is UserControl) { … … 78 78 Invoke(new MethodInvoker(UpdateText)); 79 79 else 80 TabText = View.Caption;80 this.Text = View.Caption; 81 81 } 82 82
Note: See TracChangeset
for help on using the changeset viewer.