aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/Pong.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.WinForms/Applications/Pong.cs')
-rw-r--r--ShiftOS.WinForms/Applications/Pong.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/Pong.cs b/ShiftOS.WinForms/Applications/Pong.cs
index f2afbab..82c86e5 100644
--- a/ShiftOS.WinForms/Applications/Pong.cs
+++ b/ShiftOS.WinForms/Applications/Pong.cs
@@ -37,7 +37,7 @@ using ShiftOS.Objects;
namespace ShiftOS.WinForms.Applications
{
- [Launcher("Pong", true, "al_pong")]
+ [Launcher("Pong", true, "al_pong", "Games")]
[WinOpen("pong")]
public partial class Pong : UserControl, IShiftOSWindow
{