Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/20/10 04:28:48 (14 years ago)
Author:
swagner
Message:

Corrected tool tip text (#972)

File:
1 edited

Legend:

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

    r3403 r3434  
    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. \r\n Drag icon to copy or link content in another view.");
     86              "rent view.\r\nDrag icon to copy or link content to 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.