Rename SelectPrinterPage to OpenPrinterPage
This commit is contained in:
parent
1c4075ad54
commit
811c25256f
3 changed files with 5 additions and 6 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue