Rename WizardWindow to DialogWindow
This commit is contained in:
parent
67956ac98f
commit
7a243ce407
31 changed files with 52 additions and 52 deletions
|
|
@ -73,7 +73,7 @@ namespace MatterHackers.MatterControl
|
|||
if (!string.IsNullOrEmpty(newName))
|
||||
{
|
||||
action.Invoke(newName);
|
||||
this.WizardWindow.CloseOnIdle();
|
||||
this.DialogWindow.CloseOnIdle();
|
||||
}
|
||||
};
|
||||
this.AddPageAction(actionButton);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue