diff options
| author | JacobPalecki <[email protected]> | 2020-09-29 13:17:50 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-29 13:17:50 -0700 |
| commit | 46e310b9168e2a662ca934bb2c924eea91d88d7f (patch) | |
| tree | b64eb67b725cab86edd5d8464216c50361ebebe8 /grapher/Form1.Designer.cs | |
| parent | Merge pull request #27 from JacobPalecki/GUI (diff) | |
| parent | Potential link fix, better power pic (diff) | |
| download | rawaccel-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.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(); |