- Timestamp:
- 05/10/10 16:36:21 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/Starter/StarterForm.cs
r3742 r3748 54 54 : base() { 55 55 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()); 58 58 FileVersionInfo pluginInfrastructureVersion = FileVersionInfo.GetVersionInfo(GetType().Assembly.Location); 59 59 Text = "HeuristicLab " + pluginInfrastructureVersion.FileVersion;
Note: See TracChangeset
for help on using the changeset viewer.