- Timestamp:
- 04/20/10 04:28:48 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.2/ViewHost.Designer.cs
r3403 r3434 84 84 this.viewsLabel.TabIndex = 0; 85 85 this.toolTip.SetToolTip(this.viewsLabel, "Double-click to open a new window of the current view.\r\nRight-click to change cur" + 86 "rent view. \r\n Drag icon to copy or link content inanother view.");86 "rent view.\r\nDrag icon to copy or link content to another view."); 87 87 this.viewsLabel.MouseLeave += new System.EventHandler(this.viewsLabel_MouseLeave); 88 88 this.viewsLabel.DoubleClick += new System.EventHandler(this.viewsLabel_DoubleClick);
Note: See TracChangeset
for help on using the changeset viewer.