Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/19/10 00:09:19 (14 years ago)
Author:
mkommend
Message:

enhanced viewHost (forwarding of view events, activeView property,...) (ticket #972)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.2/ViewHost.Designer.cs

    r3392 r3403  
    8484      this.viewsLabel.TabIndex = 0;
    8585      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.");
     86              "rent view. \r\n Drag icon to copy or link content in another view.");
    8787      this.viewsLabel.MouseLeave += new System.EventHandler(this.viewsLabel_MouseLeave);
    8888      this.viewsLabel.DoubleClick += new System.EventHandler(this.viewsLabel_DoubleClick);
Note: See TracChangeset for help on using the changeset viewer.