Make the Profile for N64 TAS option have some text.
This commit is contained in:
parent
39fd62c8de
commit
7629df2892
|
@ -122,10 +122,11 @@
|
|||
this.ProfileDialogHelpTexBox.Location = new System.Drawing.Point(184, 12);
|
||||
this.ProfileDialogHelpTexBox.Name = "ProfileDialogHelpTexBox";
|
||||
this.ProfileDialogHelpTexBox.ReadOnly = true;
|
||||
this.ProfileDialogHelpTexBox.Size = new System.Drawing.Size(198, 126);
|
||||
this.ProfileDialogHelpTexBox.Size = new System.Drawing.Size(198, 154);
|
||||
this.ProfileDialogHelpTexBox.TabIndex = 8;
|
||||
this.ProfileDialogHelpTexBox.Text = "Options:\nCasual Gaming - All about performance!\n\nTool-Assisted Speedruns - Maximu" +
|
||||
"m Accuracy!\n\nLongplays - Stability is the key!";
|
||||
"m Accuracy!\n\nN64 Tool-assisted Speedruns - Maximum Accuracy for N64 Recording!\n\n" +
|
||||
"Longplays - Stability is the key!";
|
||||
//
|
||||
// label1
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue