Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/12/10 04:53:48 (15 years ago)
Author:
swagner
Message:

Implemented reviewers' comments (#893).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/TSPLIBImportDialog.Designer.cs

    r3158 r3306  
    105105      //
    106106      this.openTSPFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    107       this.openTSPFileButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Add;
     107      this.openTSPFileButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
    108108      this.openTSPFileButton.Location = new System.Drawing.Point(520, 10);
    109109      this.openTSPFileButton.Name = "openTSPFileButton";
     
    136136      //
    137137      this.openTourFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    138       this.openTourFileButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Add;
     138      this.openTourFileButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
    139139      this.openTourFileButton.Location = new System.Drawing.Point(520, 62);
    140140      this.openTourFileButton.Name = "openTourFileButton";
Note: See TracChangeset for help on using the changeset viewer.