Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/08/14 16:24:17 (10 years ago)
Author:
aesterer
Message:

Changed buttons to icon buttons and added icons to content elements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/TransformationContent.cs

    r10303 r10313  
    99namespace HeuristicLab.DataPreprocessing
    1010{
    11   [Item("TransformationContent", "Represents the transformation grid.")]
     11  [Item("Transformation", "Represents the transformation grid.")]
    1212  public class TransformationContent : Item
    1313  {
     
    3535    public static new Image StaticItemImage
    3636    {
    37       get { return HeuristicLab.Common.Resources.VSImageLibrary.Table; }
     37      get { return HeuristicLab.Common.Resources.VSImageLibrary.Method; }
    3838    }
    3939
Note: See TracChangeset for help on using the changeset viewer.