Fixed Capitalization errors in oemProfiles.json

This commit is contained in:
Matt Moening 2016-07-25 15:56:03 -07:00
parent 0f66e65d52
commit 4d84b11706
2 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ namespace MatterControl.Tests.MatterControl
/*
StaticData.Instance = new MatterHackers.Agg.FileSystemStaticData(Path.Combine("..", "..", "..", "..", "StaticData"));
string profilePath = Path.Combine(ApplicationDataStorage.ApplicationUserDataPath, "data", "temp", "cache", "profiles", "oemprofiles.json");
string profilePath = Path.Combine(ApplicationDataStorage.ApplicationUserDataPath, "data", "temp", "cache", "profiles", "oemProfiles.json");
//MatterControlUtilities.OverrideAppDataLocation();