revert accidental re-name of button text

This commit is contained in:
Robert McRackan 2022-09-09 11:04:14 -04:00
parent 85e7bbf366
commit 87db5cfd94

View File

@ -62,7 +62,7 @@
this.saveBtn.Name = "saveBtn"; this.saveBtn.Name = "saveBtn";
this.saveBtn.Size = new System.Drawing.Size(88, 27); this.saveBtn.Size = new System.Drawing.Size(88, 27);
this.saveBtn.TabIndex = 1; this.saveBtn.TabIndex = 1;
this.saveBtn.Text = "pub "; this.saveBtn.Text = "Save";
this.saveBtn.UseVisualStyleBackColor = true; this.saveBtn.UseVisualStyleBackColor = true;
this.saveBtn.Click += new System.EventHandler(this.saveBtn_Click); this.saveBtn.Click += new System.EventHandler(this.saveBtn_Click);
// //