Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/12/11 09:13:15 (13 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.Parameters/3.3/Parameter.cs

    r5193 r5287  
    3737      get {
    3838        if ((dataType != null) && (typeof(IOperator).IsAssignableFrom(dataType)))
    39           return HeuristicLab.Common.Resources.VS2008ImageLibrary.Method;
     39          return HeuristicLab.Common.Resources.VSImageLibrary.Method;
    4040        else
    4141          return base.ItemImage;
Note: See TracChangeset for help on using the changeset viewer.