Changeset 561 for branches/eraser6/DefaultPlugins/EraseCustom.cs
- Timestamp:
- 11/14/2008 8:20:48 AM (4 years ago)
- File:
-
- 1 edited
-
branches/eraser6/DefaultPlugins/EraseCustom.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/DefaultPlugins/EraseCustom.cs
r493 r561 46 46 internal static void RegisterAll() 47 47 { 48 if ( !DefaultPlugin.Settings.ContainsKey("EraseCustom"))48 if (DefaultPlugin.Settings.EraseCustom == null) 49 49 return; 50 50 51 Dictionary<Guid, CustomErasureMethod> methods = (Dictionary<Guid, CustomErasureMethod>)52 DefaultPlugin.Settings ["EraseCustom"];51 Dictionary<Guid, CustomErasureMethod> methods = 52 DefaultPlugin.Settings.EraseCustom; 53 53 foreach (Guid guid in methods.Keys) 54 54 {
Note: See TracChangeset
for help on using the changeset viewer.
