Change WindowTitle to Title - simple summary of task at hand
This commit is contained in:
parent
1346d83e19
commit
4f0b6b0ba9
8 changed files with 15 additions and 15 deletions
|
|
@ -87,7 +87,7 @@ namespace MatterHackers.MatterControl
|
|||
public static DialogWindow Show(ISetupWizard setupWizard)
|
||||
{
|
||||
DialogWindow wizardWindow = GetWindow(setupWizard.GetType());
|
||||
wizardWindow.Title = setupWizard.WindowTitle;
|
||||
wizardWindow.Title = setupWizard.Title;
|
||||
|
||||
if (setupWizard.WindowSize != Vector2.Zero)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue