Changeset 636 for branches/eraser6/Eraser/SettingsPanel.cs
- Timestamp:
- 11/30/2008 3:48:36 AM (4 years ago)
- File:
-
- 1 edited
-
branches/eraser6/Eraser/SettingsPanel.cs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Eraser/SettingsPanel.cs
r634 r636 71 71 } 72 72 73 //The item is checked if the plugin was given the green light to load 73 74 item.Checked = instance.Plugin != null || 74 75 (Manager.ManagerLibrary.Instance.Settings.PluginApprovals.ContainsKey( … … 77 78 ); 78 79 80 //Visually display the other metadata associated with the assembly 81 item.ImageIndex = instance.AssemblyAuthenticode == null ? -1 : 0; 79 82 item.Group = instance.IsCore ? pluginsManager.Groups[0] : 80 83 pluginsManager.Groups[1];
Note: See TracChangeset
for help on using the changeset viewer.
