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

    r3627 r3721  
    6868    public AvailablePluginsView() {
    6969      InitializeComponent();
    70       productImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Resources.Setup_Install);
    71       productLargeImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Resources.Setup_Install);
    72       pluginsImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Resources.plugin_16);
     70      productImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Setup_Install);
     71      productLargeImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Setup_Install);
     72      pluginsImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.Plugin);
    7373      refreshServerPluginsBackgroundWorker = new BackgroundWorker();
    7474      refreshServerPluginsBackgroundWorker.DoWork += new DoWorkEventHandler(refreshServerPluginsBackgroundWorker_DoWork);
Note: See TracChangeset for help on using the changeset viewer.