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 | |
| parent | 0f2fc4271ba75e1d2314fbc865682d53472c8d11 (diff) | |
| download | shiftos_thereturn-c6413d011833394b28df59ddb01dff3a36b5fc68.tar.gz shiftos_thereturn-c6413d011833394b28df59ddb01dff3a36b5fc68.tar.bz2 shiftos_thereturn-c6413d011833394b28df59ddb01dff3a36b5fc68.zip | |
Make Name Changer an Appscape app
| -rw-r--r-- | ShiftOS.WinForms/Applications/NameChanger.cs | 4 | ||||
| -rw-r--r-- | ShiftOS.WinForms/Resources/Shiftorium.txt | 14 |
2 files changed, 2 insertions, 16 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")] diff --git a/ShiftOS.WinForms/Resources/Shiftorium.txt b/ShiftOS.WinForms/Resources/Shiftorium.txt index 79d4dd0..1d70a01 100644 --- a/ShiftOS.WinForms/Resources/Shiftorium.txt +++ b/ShiftOS.WinForms/Resources/Shiftorium.txt @@ -411,20 +411,6 @@ Dependencies: "desktop;wm_unlimited_windows", }, { - Name: "Name Changer", - Cost: 5000, - Description: "Are you not a linux person and want the terminal to be called Command Prompt? Well this app is for you!", - Category: "Applications", - Dependencies: "shifter", - }, - { - Name: "AL Name Changer", - Cost: 150, - Description: "Launch the Name Changer from the app launcher.", - Category: "GUI", - Dependencies: "name_changer", - }, - { Name: "AL Shifter", Cost: 150, Description: "Launch the Shifter from the app launcher.", |
