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/UploadPluginsView.cs

    r3710 r3721  
    5050    public UploadPluginsView() {
    5151      InitializeComponent();
    52       pluginImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Resources.plugin_16);
     52      pluginImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Plugin);
    5353      localAndServerPlugins = new Dictionary<IPluginDescription, IPluginDescription>();
    5454
Note: See TracChangeset for help on using the changeset viewer.