diff options
| author | a1xd <[email protected]> | 2020-09-29 21:19:54 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2020-09-29 21:19:54 -0400 |
| commit | 72d6167527b3d139cba494a40402c7edac94cdf8 (patch) | |
| tree | 52ce71c455eae56548396885207feb0f73774df4 | |
| parent | build writer as win app instead of console app (diff) | |
| download | rawaccel-72d6167527b3d139cba494a40402c7edac94cdf8.tar.xz rawaccel-72d6167527b3d139cba494a40402c7edac94cdf8.zip | |
fix typo in gui
| -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 2e68dcf..b8b1c8f 100644 --- a/grapher/Form1.Designer.cs +++ b/grapher/Form1.Designer.cs @@ -529,7 +529,7 @@ namespace grapher this.ScaleMenuItem}); this.scaleByDPIToolStripMenuItem.Name = "scaleByDPIToolStripMenuItem"; this.scaleByDPIToolStripMenuItem.Size = new System.Drawing.Size(199, 22); - this.scaleByDPIToolStripMenuItem.Text = "Scale by Mouse Settngs"; + this.scaleByDPIToolStripMenuItem.Text = "Scale by Mouse Settings"; // // dPIToolStripMenuItem // |