aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-23 19:07:25 -0400
committerMichael <[email protected]>2017-05-23 19:07:25 -0400
commit660c42a19c831b9768d7bb6845b22474459a311e (patch)
tree134df56cf75f17747f694487e0272b38ac761de1 /ShiftOS.WinForms/Applications
parent6747c63e2c8c5a274846da7200c50a444b725d28 (diff)
downloadshiftos_thereturn-660c42a19c831b9768d7bb6845b22474459a311e.tar.gz
shiftos_thereturn-660c42a19c831b9768d7bb6845b22474459a311e.tar.bz2
shiftos_thereturn-660c42a19c831b9768d7bb6845b22474459a311e.zip
Disable TriPresent for Beta 2.5.
Diffstat (limited to 'ShiftOS.WinForms/Applications')
-rw-r--r--ShiftOS.WinForms/Applications/TriPresent.cs6
-rw-r--r--ShiftOS.WinForms/Applications/TriSheet.cs4
2 files changed, 8 insertions, 2 deletions
diff --git a/ShiftOS.WinForms/Applications/TriPresent.cs b/ShiftOS.WinForms/Applications/TriPresent.cs
index dee7fda..fc1d982 100644
--- a/ShiftOS.WinForms/Applications/TriPresent.cs
+++ b/ShiftOS.WinForms/Applications/TriPresent.cs
@@ -1,4 +1,6 @@
-using ShiftOS.Objects.ShiftFS;
+#define BETA_2_5
+
+using ShiftOS.Objects.ShiftFS;
using System;
using System.Collections.Generic;
using System.ComponentModel;
@@ -13,10 +15,12 @@ using System.Threading;
namespace ShiftOS.WinForms.Applications
{
+#if !BETA_2_5
[WinOpen("tripresent")]
[AppscapeEntry("TriPresent", "Part of the trilogy of office applications for enhancement of your system. TriPresent is easliy the best presentation creator out there for ShiftOS.", 2048, 1500, "file_skimmer", "Office")]
[DefaultTitle("TriPresent")]
[Launcher("TriPresent", false, null, "Office")]
+#endif
public partial class TriPresent : UserControl, IShiftOSWindow
{
public TriPresent()
diff --git a/ShiftOS.WinForms/Applications/TriSheet.cs b/ShiftOS.WinForms/Applications/TriSheet.cs
index 1013bc7..18b09b3 100644
--- a/ShiftOS.WinForms/Applications/TriSheet.cs
+++ b/ShiftOS.WinForms/Applications/TriSheet.cs
@@ -1,4 +1,6 @@
-using System;
+#define BETA_2_5
+
+using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;