diff options
Diffstat (limited to 'ShiftOS.WinForms/Applications/TextPad.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/TextPad.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/TextPad.cs b/ShiftOS.WinForms/Applications/TextPad.cs index fbec440..bbf4846 100644 --- a/ShiftOS.WinForms/Applications/TextPad.cs +++ b/ShiftOS.WinForms/Applications/TextPad.cs @@ -36,7 +36,7 @@ using ShiftOS.Engine; namespace ShiftOS.WinForms.Applications { - [Launcher("TextPad", true, "al_textpad")] + [Launcher("TextPad", true, "al_textpad", "Accessories")] [RequiresUpgrade("textpad")] [WinOpen("textpad")] public partial class TextPad : UserControl, IShiftOSWindow |
