diff options
| author | Michael <[email protected]> | 2017-04-24 21:01:42 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-24 21:01:42 -0400 |
| commit | d4316e75fc876ec7ceac3f1a9362ef7b36ca40cf (patch) | |
| tree | 94d937d8b695085f521d6a75991ef356cac0f59e /ShiftOS.WinForms/ShiftnetSites/AppscapeMain.cs | |
| parent | 7c070a8213fc59f289385d82b60c3a49c02e03a9 (diff) | |
| download | shiftos_thereturn-d4316e75fc876ec7ceac3f1a9362ef7b36ca40cf.tar.gz shiftos_thereturn-d4316e75fc876ec7ceac3f1a9362ef7b36ca40cf.tar.bz2 shiftos_thereturn-d4316e75fc876ec7ceac3f1a9362ef7b36ca40cf.zip | |
Audio Player work.
Diffstat (limited to 'ShiftOS.WinForms/ShiftnetSites/AppscapeMain.cs')
| -rw-r--r-- | ShiftOS.WinForms/ShiftnetSites/AppscapeMain.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/ShiftnetSites/AppscapeMain.cs b/ShiftOS.WinForms/ShiftnetSites/AppscapeMain.cs index fc10a17..17a6e4c 100644 --- a/ShiftOS.WinForms/ShiftnetSites/AppscapeMain.cs +++ b/ShiftOS.WinForms/ShiftnetSites/AppscapeMain.cs @@ -354,7 +354,7 @@ namespace ShiftOS.WinForms /// </summary> public class AppscapeEntryAttribute : RequiresUpgradeAttribute { - public AppscapeEntryAttribute(string name, string description, int downloadSize, long cost, string dependencies = "", string category = "Misc") : base((string.IsNullOrWhiteSpace(dependencies)) ? name.ToLower().Replace(" ", "_") : name.ToLower().Replace(" ", "_") + dependencies) + public AppscapeEntryAttribute(string name, string description, int downloadSize, long cost, string dependencies = "", string category = "Misc") : base(name.ToLower().Replace(' ', '_')) { Name = name; Description = description; |
