aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/Desktop.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.Main/Desktop.cs')
-rw-r--r--ShiftOS.Main/Desktop.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShiftOS.Main/Desktop.cs b/ShiftOS.Main/Desktop.cs
index 41e0873..fae9d8d 100644
--- a/ShiftOS.Main/Desktop.cs
+++ b/ShiftOS.Main/Desktop.cs
@@ -42,9 +42,9 @@ namespace ShiftOS.Main
ShiftWM.Init(new Apps.TextPad(), "TextPad", Properties.Resources.iconTextPad);
}
- private void pongToolStripMenuItem_Click(object sender, EventArgs e)
+ private void breakOutToolStripMenuItem_Click(object sender, EventArgs e)
{
- ShiftWM.Init(new Apps.Pong(), "Pong", null);
+ ShiftWM.Init(new Apps.Breakout(), "Breakout", null);
}
}