Rename member to reflect actual behavior

This commit is contained in:
John Lewin 2017-12-20 14:41:44 -08:00
parent 3202ed9026
commit 0195afc094
2 changed files with 4 additions and 4 deletions

View file

@ -176,7 +176,7 @@ namespace MatterHackers.MatterControl
CancellationToken.None);
}
internal static ILibraryItem LoadLastPlateOrNew()
internal static ILibraryItem GetLastPlateOrNew()
{
// Find the last used bed plate mcx
var directoryInfo = new DirectoryInfo(ApplicationDataStorage.Instance.PlatingDirectory);