diff options
| author | Richie Moch <[email protected]> | 2018-12-23 23:41:07 -0600 |
|---|---|---|
| committer | Richie Moch <[email protected]> | 2018-12-23 23:41:07 -0600 |
| commit | 87546f325f6fb24dcc5ab34851cc06b074d79984 (patch) | |
| tree | 4905888bc331bc9bb9d5ca060a4a5811210213b2 /ShiftOS.Main/Desktop.Designer.cs | |
| parent | 8f34b3a0c7118abb81526a3dc5f435ba8f8485f8 (diff) | |
| download | shiftos-rewind-87546f325f6fb24dcc5ab34851cc06b074d79984.tar.gz shiftos-rewind-87546f325f6fb24dcc5ab34851cc06b074d79984.tar.bz2 shiftos-rewind-87546f325f6fb24dcc5ab34851cc06b074d79984.zip | |
Wrote Breakout, and only with minimal bugs this time!
Diffstat (limited to 'ShiftOS.Main/Desktop.Designer.cs')
| -rw-r--r-- | ShiftOS.Main/Desktop.Designer.cs | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ShiftOS.Main/Desktop.Designer.cs b/ShiftOS.Main/Desktop.Designer.cs index e82c63e..1ac47b4 100644 --- a/ShiftOS.Main/Desktop.Designer.cs +++ b/ShiftOS.Main/Desktop.Designer.cs @@ -35,7 +35,7 @@ this.terminalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.fileSkimmerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.textPadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.pongToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.breakOutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.shifterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); @@ -62,7 +62,7 @@ this.terminalToolStripMenuItem, this.fileSkimmerToolStripMenuItem, this.textPadToolStripMenuItem, - this.pongToolStripMenuItem, + this.breakOutToolStripMenuItem, this.shifterToolStripMenuItem}); this.applicationsToolStripMenuItem.Font = new System.Drawing.Font("Courier New", 9F); this.applicationsToolStripMenuItem.ForeColor = System.Drawing.Color.White; @@ -91,12 +91,12 @@ this.textPadToolStripMenuItem.Text = "TextPad"; this.textPadToolStripMenuItem.Click += new System.EventHandler(this.textPadToolStripMenuItem_Click); // - // pongToolStripMenuItem + // breakOutToolStripMenuItem // - this.pongToolStripMenuItem.Name = "pongToolStripMenuItem"; - this.pongToolStripMenuItem.Size = new System.Drawing.Size(180, 22); - this.pongToolStripMenuItem.Text = "Pong"; - this.pongToolStripMenuItem.Click += new System.EventHandler(this.pongToolStripMenuItem_Click); + this.breakOutToolStripMenuItem.Name = "breakOutToolStripMenuItem"; + this.breakOutToolStripMenuItem.Size = new System.Drawing.Size(180, 22); + this.breakOutToolStripMenuItem.Text = "Breakout"; + this.breakOutToolStripMenuItem.Click += new System.EventHandler(this.breakOutToolStripMenuItem_Click); // // shifterToolStripMenuItem // @@ -132,7 +132,7 @@ private System.Windows.Forms.ToolStripMenuItem terminalToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem fileSkimmerToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem textPadToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem pongToolStripMenuItem; + private System.Windows.Forms.ToolStripMenuItem breakOutToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem shifterToolStripMenuItem; } }
\ No newline at end of file |
