Skip to content

Commit

Permalink
v.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyFFM committed May 29, 2018
1 parent 6be4084 commit c2c2c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ private void InitializeComponent()
this.MaximizeBox = false;
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Johnny\'s POC1->POC2 Plot Converter v.1.7";
this.Text = "Johnny\'s POC1->POC2 Plot Converter v.1.8";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.grpConverter.ResumeLayout(false);
this.grpConverter.PerformLayout();
Expand Down

0 comments on commit c2c2c80

Please sign in to comment.