Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/05/10 11:37:57 (14 years ago)
Author:
gkronber
Message:

Refactored class names and fixed a dependency-selection bug. #994 (Clean up plugin infrastructure project)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/InstallationManagerForm.cs

    r3624 r3627  
    172172      foreach (var plugin in plugins) {
    173173        if (!string.IsNullOrEmpty(plugin.LicenseText)) {
    174           var licenseConfirmationBox = new LicenseConfirmationBox(plugin);
     174          var licenseConfirmationBox = new LicenseConfirmationDialog(plugin);
    175175          if (licenseConfirmationBox.ShowDialog() != DialogResult.OK)
    176176            return false;
Note: See TracChangeset for help on using the changeset viewer.