aboutsummaryrefslogtreecommitdiff
path: root/Project Ports
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2018-08-26 23:27:02 -0400
committerAlee14 <Alee14498@gmail.com>2018-08-26 23:27:02 -0400
commit1296f734716a95fe6d93103a35ddc1d736b1124b (patch)
tree20ee77929d617bce325f8c64903be9c58dd3101e /Project Ports
parentab2feccbc2a1de4cbb0dd26790424b18e57bb5be (diff)
downloadProject-Silicon-1296f734716a95fe6d93103a35ddc1d736b1124b.tar.gz
Project-Silicon-1296f734716a95fe6d93103a35ddc1d736b1124b.tar.bz2
Project-Silicon-1296f734716a95fe6d93103a35ddc1d736b1124b.zip
fixes
Diffstat (limited to 'Project Ports')
-rw-r--r--Project Ports/Desktop.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project Ports/Desktop.cs b/Project Ports/Desktop.cs
index aaba96a..301ce4d 100644
--- a/Project Ports/Desktop.cs
+++ b/Project Ports/Desktop.cs
@@ -50,7 +50,7 @@ namespace Project_Ports
private void Desktop_Load(object sender, EventArgs e)
{
-#if DEBUG
+ #if DEBUG
MessageBox.Show("You have set the build to \"Debug\" there are some features that is disabled in this build.");
#endif
hijackScreen.Hide();