Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/02/10 16:24:12 (14 years ago)
Author:
epitzer
Message:

incorporate persistence fixes from test branch (#548)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Persistence.GUI/3.3/HeuristicLabPersistenceGUIPlugin.cs

    r2656 r2737  
    77  [PluginFile("HeuristicLab.Persistence.GUI-3.3.dll", PluginFileType.Assembly)]
    88  [PluginDependency("HeuristicLab.Persistence-3.3")]
    9   public class HeuristicLabPersistencePlugin : PluginBase { }
     9  public class HeuristicLabPersistenceGUIPlugin : PluginBase { }
    1010
    1111
    1212  [Application("Persistence Configuration")]
    13   public class HeuristicLabPersistenceApplication : ApplicationBase {
     13  public class HeuristicLabPersistenceGUIApplication : ApplicationBase {
    1414    public override void Run() {
    1515      Application.EnableVisualStyles();
Note: See TracChangeset for help on using the changeset viewer.