Free cookie consent management tool by TermsFeed Policy Generator

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

Fix persistence GUI ClassName (#802)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Persistence Test/HeuristicLab.Persistence.GUI/3.3/HeuristicLabPersistenceGUIPlugin.cs

    r1534 r2734  
    77  [PluginFile(Filename = "HeuristicLab.Persistence.GUI-3.3.dll", Filetype = PluginFileType.Assembly)]
    88  [Dependency(Dependency = "HeuristicLab.Persistence-3.3")]
    9   public class HeuristicLabPersistencePlugin : PluginBase { }
     9  public class HeuristicLabPersistenceGUIPlugin : PluginBase { }
    1010
    1111
    1212  [ClassInfo(Name = "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.