diff options
| author | a1xd <[email protected]> | 2020-09-29 15:40:22 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2020-09-29 15:40:22 -0400 |
| commit | bd87bb89774ed7654317bcd035aa3d4ff0510762 (patch) | |
| tree | ed43735f26c5e7718a29bbee1792b8d4644528f7 /grapher/Form1.Designer.cs | |
| parent | merge + small fixes (diff) | |
| download | rawaccel-bd87bb89774ed7654317bcd035aa3d4ff0510762.tar.xz rawaccel-bd87bb89774ed7654317bcd035aa3d4ff0510762.zip | |
add readme touchups and grapher name change
Diffstat (limited to 'grapher/Form1.Designer.cs')
| -rw-r--r-- | grapher/Form1.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Form1.Designer.cs b/grapher/Form1.Designer.cs index 2ecdd95..2e68dcf 100644 --- a/grapher/Form1.Designer.cs +++ b/grapher/Form1.Designer.cs @@ -1271,7 +1271,7 @@ namespace grapher this.Controls.Add(this.menuStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "RawAcceleration"; - this.Text = "Raw Acceleration Graph"; + this.Text = "Raw Accel"; this.Load += new System.EventHandler(this.Form1_Load); this.Paint += new System.Windows.Forms.PaintEventHandler(this.RawAcceleration_Paint); ((System.ComponentModel.ISupportInitialize)(this.AccelerationChart)).EndInit(); |