Fix spelling of Grey

This commit is contained in:
Tim Young 2018-03-05 17:06:01 -06:00
parent cd0b1c4bdc
commit 18200217f3
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ namespace EduNetworkBuilder
/// WhatFrom: If we are launched from a homework, we remember it here.
/// </summary>
public SchoolworkClass WhatFrom = null;
public List<string> ColorNames = new List<string>() { "Black", "White", "Green", "LightGreen", "Blue", "LightBlue", "Grey", "Brown", "SaddleBrown", "Empty" };
public List<string> ColorNames = new List<string>() { "Black", "White", "Green", "LightGreen", "Blue", "LightBlue", "Gray", "Brown", "SaddleBrown", "Empty" };
public Network(string Name)