Rename SelectPrinterPage to OpenPrinterPage

This commit is contained in:
John Lewin 2018-11-12 08:30:03 -08:00
parent 1c4075ad54
commit 811c25256f
3 changed files with 5 additions and 6 deletions

View file

@ -163,7 +163,7 @@ namespace MatterHackers.MatterControl.PrinterControls.PrinterConnections
var authContext = new AuthenticationContext();
authContext.SignInComplete += (s2, e2) =>
{
this.DialogWindow.ChangeToPage(new SelectPrinterPage("Finish".Localize()));
this.DialogWindow.ChangeToPage(new OpenPrinterPage("Finish".Localize()));
};
this.DialogWindow.ChangeToPage(ApplicationController.GetAuthPage(authContext));