Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/10/10 16:36:21 (14 years ago)
Author:
gkronber
Message:

Fixed display of application icons in the starter. #989

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/Starter/StarterForm.cs

    r3742 r3748  
    5454      : base() {
    5555      InitializeComponent();
    56       largeImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.HeuristicLab);
    57       smallImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.HeuristicLab);
     56      largeImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.HeuristicLab.ToBitmap());
     57      smallImageList.Images.Add(HeuristicLab.PluginInfrastructure.Resources.HeuristicLab.ToBitmap());
    5858      FileVersionInfo pluginInfrastructureVersion = FileVersionInfo.GetVersionInfo(GetType().Assembly.Location);
    5959      Text = "HeuristicLab " + pluginInfrastructureVersion.FileVersion;
Note: See TracChangeset for help on using the changeset viewer.