Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/29/08 01:11:21 (16 years ago)
Author:
swagner
Message:

Reviewed and fixed all application and user settings (#405).

File:
1 edited

Legend:

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

    r602 r854  
    3737    private Dictionary<PluginTag, PluginAction> actions = new Dictionary<PluginTag, PluginAction>();
    3838    private List<PluginDescription> allAvailablePlugins = new List<PluginDescription>();
    39     private string pluginDir = Application.StartupPath + "/" + HeuristicLab.PluginInfrastructure.GUI.Properties.Settings.Default.PluginDir;
     39    private string pluginDir = Application.StartupPath + "/" + HeuristicLab.PluginInfrastructure.Properties.Settings.Default.PluginDir;
    4040    private string cacheDir = Application.StartupPath + "/" + HeuristicLab.PluginInfrastructure.GUI.Properties.Settings.Default.CacheDir;
    4141    private string backupDir = Application.StartupPath + "/" + HeuristicLab.PluginInfrastructure.GUI.Properties.Settings.Default.BackupDir;
Note: See TracChangeset for help on using the changeset viewer.