Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/16/09 18:30:04 (15 years ago)
Author:
gkronber
Message:

Minor changes in plugin infrastructure. #799

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PluginInfrastructure Refactoring/HeuristicLab/SplashScreen.cs

    r2489 r2497  
    8989
    9090    public void managerActionEventHandler(object sender, PluginInfrastructureEventArgs e) {
    91       string info = e.Action + ": " + e.EntityName;
     91      string info = e.Action + ": " + e.Entity;
    9292      //if (e.Action == PluginManagerAction.Initializing) info = "Initializing ...";
    9393      //else if (e.Action == PluginManagerAction.PluginLoaded) info = "Loaded plugin " + e.Id + " ...";
Note: See TracChangeset for help on using the changeset viewer.