fix to #1345
This commit is contained in:
parent
77938b0d1b
commit
2820187883
|
@ -173,6 +173,7 @@
|
||||||
this.miAutoSave.Name = "miAutoSave";
|
this.miAutoSave.Name = "miAutoSave";
|
||||||
this.miAutoSave.Size = new System.Drawing.Size(193, 22);
|
this.miAutoSave.Size = new System.Drawing.Size(193, 22);
|
||||||
this.miAutoSave.Text = "Auto-Save";
|
this.miAutoSave.Text = "Auto-Save";
|
||||||
|
this.miAutoSave.Click += new System.EventHandler(this.miAutoSave_Click);
|
||||||
//
|
//
|
||||||
// toolStripSeparator2
|
// toolStripSeparator2
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue