Skip to content

Commit e224429

Browse files
committed
Small fix to the Utterance Wizard
1 parent fcbede3 commit e224429

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

AuthoringTools/IntegratedAuthoringToolWF/DialogueHelpers/GenerateDialogue Wizard.cs

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public GenerateDialogue_Wizard(ConnectToServerForm server, OutputManager outputM
4141

4242
private void button1_Click(object sender, EventArgs e)
4343
{
44+
input = GetDialogues("");
4445
_server.ProcessDialogues(input, this.HandleOutput);
4546
}
4647

AuthoringTools/IntegratedAuthoringToolWF/MainForm.Designer.cs

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)