Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/08/10 18:05:59 (14 years ago)
Author:
gkronber
Message:

Cleaned resources in plugin infrastructure. #994 (Clean up plugin infrastructure project)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/EditProductsView.cs

    r3627 r3721  
    4848      InitializeComponent();
    4949
    50       productImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Resources.Setup_Install);
    51       productImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Resources.ArrowUp);
    52       pluginImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Resources.plugin_16);
     50      productImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Setup_Install);
     51      productImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.ArrowUp);
     52      pluginImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Plugin);
    5353
    5454      dirtyProducts = new HashSet<DeploymentService.ProductDescription>();
Note: See TracChangeset for help on using the changeset viewer.