diff options
| author | Michael <[email protected]> | 2017-04-25 12:52:59 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-25 12:52:59 -0400 |
| commit | c6413d011833394b28df59ddb01dff3a36b5fc68 (patch) | |
| tree | bb4cf1cf89d3136f4e3ca9b7da1ab5592cccb755 /ShiftOS.WinForms/Applications | |
| parent | 0f2fc4271ba75e1d2314fbc865682d53472c8d11 (diff) | |
| download | shiftos_thereturn-c6413d011833394b28df59ddb01dff3a36b5fc68.tar.gz shiftos_thereturn-c6413d011833394b28df59ddb01dff3a36b5fc68.tar.bz2 shiftos_thereturn-c6413d011833394b28df59ddb01dff3a36b5fc68.zip | |
Make Name Changer an Appscape app
Diffstat (limited to 'ShiftOS.WinForms/Applications')
| -rw-r--r-- | ShiftOS.WinForms/Applications/NameChanger.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ShiftOS.WinForms/Applications/NameChanger.cs b/ShiftOS.WinForms/Applications/NameChanger.cs index d7c99f7..5506aea 100644 --- a/ShiftOS.WinForms/Applications/NameChanger.cs +++ b/ShiftOS.WinForms/Applications/NameChanger.cs @@ -39,8 +39,8 @@ using ShiftOS.WinForms.Tools; namespace ShiftOS.WinForms.Applications { [MultiplayerOnly] - [Launcher("Name Changer", true, "al_name_changer", "Customization")] - [RequiresUpgrade("name_changer")] + [Launcher("Name Changer", false, null, "Customization")] + [AppscapeEntry("Name Changer", "Want to change the names of applications within ShiftOS? This application lets you do just that.", 342, 500, "skinning;file_skimmer;wm_titlebar", "Customization")] [WinOpen("name_changer")] [DefaultTitle("Name Changer")] [DefaultIcon("iconNameChanger")] |
