Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 37 → Rev 38

/SWAT DriveLogger/trunk/DriveLogger/AboutBox.cs
15,7 → 15,7
InitializeComponent();
this.Text = "Program Info";
this.labelProductName.Text = "SWAT DriveLogger";
this.labelVersion.Text = "Version 1.2";
this.labelVersion.Text = "Version 1.3";
this.labelCopyright.Text = "Copyright to Kevin Lee @ Virginia Tech";
this.labelCompanyName.Text = "Author: Kevin Lee";
this.textBoxDescription.Text = "This program has been written by Kevin Lee for use " +