mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 13:33:27 -07:00
spelling fixes
This commit is contained in:
parent
3c8c0e89c6
commit
53b17d4c4d
8 changed files with 24 additions and 24 deletions
|
@ -46,7 +46,7 @@ namespace Greenshot.Drawing.Fields {
|
|||
remove{ fieldChanged -= value; }
|
||||
}
|
||||
|
||||
// we keep to Coolections of our fields, dictionary for quick access, list for serialization
|
||||
// we keep two Collections of our fields, dictionary for quick access, list for serialization
|
||||
// this allows us to use default serialization
|
||||
[NonSerialized]
|
||||
private Dictionary<FieldType, Field> fieldsByType = new Dictionary<FieldType, Field>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue