diff options
| author | Michael <[email protected]> | 2017-06-22 20:52:01 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-22 20:52:01 -0400 |
| commit | 42a7829864cd6cf2dff2a21f9dbed208b154c6f7 (patch) | |
| tree | 15a160046e2531014a9366246787d4c49c5897de /ShiftOS.WinForms/Applications/TriSheet.cs | |
| parent | bb38dad59be6583e4c0a2fe851f264ed8d1fec2e (diff) | |
| download | shiftos_thereturn-42a7829864cd6cf2dff2a21f9dbed208b154c6f7.tar.gz shiftos_thereturn-42a7829864cd6cf2dff2a21f9dbed208b154c6f7.tar.bz2 shiftos_thereturn-42a7829864cd6cf2dff2a21f9dbed208b154c6f7.zip | |
Fix some major Appscape bugs.
Diffstat (limited to 'ShiftOS.WinForms/Applications/TriSheet.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/TriSheet.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/TriSheet.cs b/ShiftOS.WinForms/Applications/TriSheet.cs index 2cf381d..2eaf6df 100644 --- a/ShiftOS.WinForms/Applications/TriSheet.cs +++ b/ShiftOS.WinForms/Applications/TriSheet.cs @@ -15,7 +15,7 @@ using ShiftOS.Objects.ShiftFS; namespace ShiftOS.WinForms.Applications { [WinOpen("trisheet")] - [AppscapeEntry("TriSheet", "Part of the trilogy of office applications for enhancement of your system. TriSheet is easliy the best spreadsheet program out there for ShiftOS.", 1024, 750, "file_skimmer;textpad", "Office")] + [AppscapeEntry("trisheet", "TriSheet", "Part of the trilogy of office applications for enhancement of your system. TriSheet is easliy the best spreadsheet program out there for ShiftOS.", 1024, 750, "file_skimmer;textpad", "Office")] [DefaultTitle("TriSheet")] [Launcher("TriSheet", false, null, "Office")] public partial class TriSheet : UserControl, IShiftOSWindow |
