summaryrefslogtreecommitdiff
path: root/grapher/Form1.Designer.cs
diff options
context:
space:
mode:
authorJacobPalecki <[email protected]>2020-09-29 13:17:50 -0700
committerGitHub <[email protected]>2020-09-29 13:17:50 -0700
commit46e310b9168e2a662ca934bb2c924eea91d88d7f (patch)
treeb64eb67b725cab86edd5d8464216c50361ebebe8 /grapher/Form1.Designer.cs
parentMerge pull request #27 from JacobPalecki/GUI (diff)
parentPotential link fix, better power pic (diff)
downloadrawaccel-46e310b9168e2a662ca934bb2c924eea91d88d7f.tar.xz
rawaccel-46e310b9168e2a662ca934bb2c924eea91d88d7f.zip
Merge pull request #28 from a1xd/initial-release
interaccel converter
Diffstat (limited to 'grapher/Form1.Designer.cs')
-rw-r--r--grapher/Form1.Designer.cs2
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();