Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/12/11 09:13:15 (14 years ago)
Author:
abeham
Message:

#1337

  • Renamed VS2008ImageLibrary resource to VSImageLibrary
  • Added Filter icon to the VS2010ImageLibrary folder and the resource manager
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/EngineAlgorithmView.Designer.cs

    r4102 r5287  
    220220      //
    221221      this.openOperatorGraphButton.Enabled = false;
    222       this.openOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.Open;
     222      this.openOperatorGraphButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
    223223      this.openOperatorGraphButton.Location = new System.Drawing.Point(33, 3);
    224224      this.openOperatorGraphButton.Name = "openOperatorGraphButton";
     
    231231      //
    232232      this.newOperatorGraphButton.Enabled = false;
    233       this.newOperatorGraphButton.Image = HeuristicLab.Common.Resources.VS2008ImageLibrary.NewDocument;
     233      this.newOperatorGraphButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.NewDocument;
    234234      this.newOperatorGraphButton.Location = new System.Drawing.Point(3, 3);
    235235      this.newOperatorGraphButton.Name = "newOperatorGraphButton";
Note: See TracChangeset for help on using the changeset viewer.