Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/04/11 16:22:06 (12 years ago)
Author:
gkronber
Message:

#1329: fixed typo in plugin dependency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Scheduling/HeuristicLab.Encodings.ScheduleEncoding.Views/3.3/Plugin.cs.frame

    r7117 r7118  
    3535  [PluginDependency("HeuristicLab.MainForm", "3.3")]
    3636  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
    37   [PluginDependency("HeuristicLab.Visualization.ChartControlExtensions", "3.3")]
     37  [PluginDependency("HeuristicLab.Visualization.ChartControlsExtensions", "3.3")]
    3838  public class HeuristicLabEncodingsScheduleEncodingViewsPlugin : PluginBase {
    3939  }
Note: See TracChangeset for help on using the changeset viewer.