Correct rewind dialog typo

This commit is contained in:
kalimag 2024-08-06 02:06:42 +02:00 committed by James Groom
parent d02760edf3
commit ab7f379e74
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@
this.MinimizeBox = false; this.MinimizeBox = false;
this.Name = "RewindConfig"; this.Name = "RewindConfig";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Rewind & Savestate Cofiguration"; this.Text = "Rewind & Savestate Configuration";
this.Load += new System.EventHandler(this.RewindConfig_Load); this.Load += new System.EventHandler(this.RewindConfig_Load);
((System.ComponentModel.ISupportInitialize)(this.BufferSizeUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.BufferSizeUpDown)).EndInit();
this.groupBox4.ResumeLayout(false); this.groupBox4.ResumeLayout(false);