diff options
| author | Michael <[email protected]> | 2017-04-07 12:54:07 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-07 12:54:12 -0400 |
| commit | 3789b48df00e89fa6dcd7e27bb6885ba880504f6 (patch) | |
| tree | b967b35e166dbedecdf009321e182b73ef3643f3 /ShiftOS.WinForms/Applications | |
| parent | befe9e8390e7c2d18341b55b5a66d0385e53faaf (diff) | |
| download | shiftos_thereturn-3789b48df00e89fa6dcd7e27bb6885ba880504f6.tar.gz shiftos_thereturn-3789b48df00e89fa6dcd7e27bb6885ba880504f6.tar.bz2 shiftos_thereturn-3789b48df00e89fa6dcd7e27bb6885ba880504f6.zip | |
Unite API objects for ShiftOS
Diffstat (limited to 'ShiftOS.WinForms/Applications')
| -rw-r--r-- | ShiftOS.WinForms/Applications/FormatEditor.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/FormatEditor.cs b/ShiftOS.WinForms/Applications/FormatEditor.cs index c5afc02..7491e36 100644 --- a/ShiftOS.WinForms/Applications/FormatEditor.cs +++ b/ShiftOS.WinForms/Applications/FormatEditor.cs @@ -35,9 +35,10 @@ using ShiftOS.Engine; namespace ShiftOS.WinForms.Applications { [MultiplayerOnly] - [Launcher("FormatEditor", true, "al_format_editor", "Games")] + [Launcher("Format Editor", true, "al_format_editor", "Customization")] [RequiresUpgrade("format_editor")] [WinOpen("formateditor")] + [DefaultTitle("Format Editor")] [DefaultIcon("iconFormatEditor")] public partial class FormatEditor : UserControl, IShiftOSWindow { |
