Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/20/08 12:45:43 (17 years ago)
Author:
gkronber
Message:

refresh the list of plugin-tags before calling OnUpgrade and OnInstall after installing new plugins (#12)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure.GUI/PluginNameTransform.cs

    r8 r10  
    2525using ICSharpCode.SharpZipLib.Core;
    2626using System.Diagnostics;
     27using System.Windows.Forms;
    2728
    2829namespace HeuristicLab.PluginInfrastructure.GUI {
     
    3233  class PluginNameTransform : INameTransform{
    3334
    34     private string pluginDir = HeuristicLab.PluginInfrastructure.GUI.Properties.Settings.Default.PluginDir+"\\";   
     35    private string pluginDir = Application.StartupPath + "\\" + HeuristicLab.PluginInfrastructure.GUI.Properties.Settings.Default.PluginDir + "\\";   
    3536    #region INameTransform Members
    3637
Note: See TracChangeset for help on using the changeset viewer.